-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
unexpand: add -f short alias for --first-only #8229
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
Conversation
could you please add a test to make sure we don't regress ? and document this diff |
Ok, will document the diff. |
ad42181
to
ce0c2af
Compare
the gnu test |
yes, we want tests in the rust testsuite as they are easy to run and run quickly |
add the `--first-only` alias `-f` expected by busybox. document the change. Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
add two tests for the `-f` alias
6fe2011
to
2fa89ca
Compare
@sylvestre Currently it is split in two commits. Should I merge them into one (if the tests are ok) ? |
don't bother :) |
GNU testsuite comparison:
|
Changes:
--first-only
alias-f
expected by busyboxIt reduces test failures for
make UTILS=unexpand busytest
from 7 to 2.