chore(cli): update test output string for uutils cat#831
Merged
benhoyt merged 3 commits intocanonical:masterfrom Mar 30, 2026
Merged
chore(cli): update test output string for uutils cat#831benhoyt merged 3 commits intocanonical:masterfrom
benhoyt merged 3 commits intocanonical:masterfrom
Conversation
Member
Author
|
Seen on Ubuntu 25.10 from the tip of master: Alternatively, we could switch the regex to replace the last characters of the current string |
Contributor
|
Yeah, I would much rather we make the test more permissive (because we don't care so much about the exact message). So let's us |
Member
Author
Thanks for the feedback. Agreed. |
Contributor
|
Thanks. Can you please add a PR description explaining the why/context of this change? And then I'll merge. |
Member
Author
|
Welcome. The relevant context is now included. |
benhoyt
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When a file is not found the cat implementation in uutils
prints more output than the coreutils implementation.
Make pebble tests pass with uutils on Ubuntu 25.10.
Example output:
coreutils $ cat msg2
cat: msg2: No such file or directory
uutils $ cat msg2
cat: msg2: No such file or directory (os error 2)