Skip to content

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.

@github-actions
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