coreutils
coreutils copied to clipboard
runcon: use `Command::exec()` instead of `libc::execvp()`
No need to use the unsafe libc::execvp(), the standard rust library provides the functionality via Command::exec().
GNU testsuite comparison:
Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/cksum/b2sum is no longer failing!
GNU testsuite comparison:
Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)