Skip to content

Commit 44a9952

Browse files
authored
Removing usage_vs_refs from comparison gnu test suite
1 parent caf7c44 commit 44a9952

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

util/build-gnu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ else
156156
# Remove tests checking for --version & --help
157157
# Not really interesting for us and logs are too big
158158
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
159163
touch gnu-built
160164
fi
161165

0 commit comments

Comments
 (0)