Skip to content

true,false: remove unnecessary newline from version string #7446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

cakebaker
Copy link
Contributor

This PR removes an unnecessary newline from the version strings of true and false.

Before change:

$ cargo run -q false --version
false 0.0.30

$

After change:

$ cargo run -q false --version
false 0.0.30
$

The PR also makes some minor improvements to the tests of true and false.

Copy link

GNU testsuite comparison:

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

@sylvestre sylvestre merged commit 4ba518d into uutils:main Mar 14, 2025
66 checks passed
@cakebaker cakebaker deleted the true_false_remove_newline_in_version_string branch March 14, 2025 09:08
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