coreutils
coreutils copied to clipboard
env: fix regression of `--ignore-signal=PIPE`
- revert https://github.com/uutils/coreutils/pull/9614 because
Command::exec()resets the default signal handler for SIGPIPE, interfering with the option--ignore-signal=PIPE - add regression-test for --ignore-signal=PIPE
- add FIXME comment about execvp()
Fixes https://github.com/uutils/coreutils/issues/9617
GNU testsuite comparison:
Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)
GNU testsuite comparison:
Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)
GNU testsuite comparison:
Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)
GNU testsuite comparison:
Skip an intermittent issue tests/tail/inotify-dir-recreate (was skipped on 'main', now failing)
GNU testsuite comparison:
Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/tail/inotify-dir-recreate is now passing!