We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf7c44 commit 44a9952Copy full SHA for 44a9952
util/build-gnu.sh
@@ -156,6 +156,10 @@ else
156
# Remove tests checking for --version & --help
157
# Not really interesting for us and logs are too big
158
sed -i '/tests\/help\/help-version.sh/ D' Makefile
159
+ # Remove usage_vs_refs: it checks that --help options match GNU's texi docs.
160
+ # uutils has intentionally different options (e.g., clap adds -V for --version)
161
+ # so this test will never pass.
162
+ sed -i '/tests\/misc\/usage_vs_refs.sh/ D' Makefile
163
touch gnu-built
164
fi
165
0 commit comments