coreutils
coreutils copied to clipboard
chmod:fix file descriptor limits issue
As mentioned in the comment below, it hits the file descriptor limit.
https://github.com/uutils/coreutils/pull/9554#issuecomment-3618157956
Make adjustments to reduce the use of FD.
GNU testsuite comparison:
Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)
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:
Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)