Skip to content

env --debug 2>/dev/full does not abort#10594

Merged
ChrisDryden merged 1 commit intouutils:mainfrom
oech3:env-debug-abort
Jan 30, 2026
Merged

env --debug 2>/dev/full does not abort#10594
ChrisDryden merged 1 commit intouutils:mainfrom
oech3:env-debug-abort

Conversation

@oech3
Copy link
Contributor

@oech3 oech3 commented Jan 30, 2026

Fixes #10593

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/shuf/shuf-reservoir (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/sort/sort-stale-thread-mem (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/basenc/bounded-memory is now passing!

@ChrisDryden
Copy link
Collaborator

Do you think it would be possible to follow up these PR's with some sort of regression test so that we validate this behavior in the future?

@ChrisDryden
Copy link
Collaborator

I'm just validating locally that the behaviour is matching upstream but would be good to just have those tests to make sure that any changes in the future don't regress.

@ChrisDryden ChrisDryden merged commit a565b10 into uutils:main Jan 30, 2026
130 checks passed
@oech3 oech3 deleted the env-debug-abort branch January 30, 2026 23:44
@oech3
Copy link
Contributor Author

oech3 commented Jan 30, 2026

No. I 1st considered it is possible by .stderr_is("/dev/full") or something, but it did not work on the CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

env --debug true 2>/dev/full SIGABRT

2 participants