mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Removing usage_vs_refs from comparison gnu test suite
This commit is contained in:
committed by
Sylvestre Ledru
parent
dab93926d2
commit
15ac7ac696
@@ -158,6 +158,10 @@ else
|
||||
# Remove tests checking for --version & --help
|
||||
# Not really interesting for us and logs are too big
|
||||
sed -i '/tests\/help\/help-version.sh/ D' Makefile
|
||||
# Remove usage_vs_refs: it checks that --help options match GNU's texi docs.
|
||||
# uutils has intentionally different options (e.g., clap adds -V for --version)
|
||||
# so this test will never pass.
|
||||
sed -i '/tests\/misc\/usage_vs_refs.sh/ D' Makefile
|
||||
touch gnu-built
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user