From 44a99520dfd0f0837a94d92ddbb2456c50e5c8fc Mon Sep 17 00:00:00 2001 From: Chris Dryden Date: Thu, 12 Feb 2026 10:38:30 -0800 Subject: [PATCH] Removing usage_vs_refs from comparison gnu test suite --- util/build-gnu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 9b1477f7bec..c711806b316 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -156,6 +156,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