Skip to content

Conversation

BenWiederhake
Copy link
Collaborator

Fixes #7798.

Before:

$ cargo run -q shred -v -n100 foo
<SNIP>
shred: foo: pass 11/100 (b6db6d)...
shred: foo: pass 12/100 (ffffff)...
shred: foo: pass 13/100 (222222)...
shred: foo: pass 14/100 (222222)...
shred: foo: pass 15/100 (000)...
shred: foo: pass 16/100 (999999)...
<SNIP>

After:

$ cargo run -q shred -v -n100 foo
<SNIP>
shred: foo: pass 34/100 (random)...
shred: foo: pass 35/100 (6db6db)...
shred: foo: pass 36/100 (000000)...
shred: foo: pass 37/100 (db6db6)...
shred: foo: pass 38/100 (888888)...
<SNIP>

@BenWiederhake BenWiederhake force-pushed the dev-shred-verbose-single-zero branch from 8b99d80 to 98d120f Compare April 20, 2025 16:58
@BenWiederhake
Copy link
Collaborator Author

(Change in last push: Fixed a typo in the test's expected output.)

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/usage_vs_getopt (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker merged commit d7d0f9d into uutils:main Apr 21, 2025
70 checks passed
@cakebaker
Copy link
Contributor

Thanks!

nickorlow pushed a commit to nickorlow/coreutils that referenced this pull request Jul 17, 2025
Fixes uutils#7798.

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
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.

shred: malformed verbose output on "000" pass
3 participants