Skip to content

Conversation

@sylvestre
Copy link
Contributor

should fix tests/od/od-N

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/od/od-N is no longer failing!

@sylvestre sylvestre marked this pull request as ready for review October 9, 2025 05:34
Comment on lines 1007 to 1012
// Test with -S10 to filter out short strings
new_ucmd!()
.arg("-S10")
.pipe_in(b"\x01 \x00 \x00")
.succeeds()
.stdout_is("0000001 \n0000014 \n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a disconnect between the comment and the code: there are no short strings in the piped in data that could be filtered out ;-)

@github-actions
Copy link

github-actions bot commented Oct 9, 2025

GNU testsuite comparison:

Congrats! The gnu test tests/od/od-N is no longer failing!

Copy link
Contributor

@cakebaker cakebaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/od/od-N is no longer failing!

@cakebaker cakebaker merged commit 0258583 into uutils:main Oct 17, 2025
122 checks passed
@cakebaker
Copy link
Contributor

Congrats! The gnu test tests/od/od-N is no longer failing!

Great, kudos :)

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.

2 participants