From 7f9327c4811bc11bf65a154398ce4ce965b55587 Mon Sep 17 00:00:00 2001 From: Chris Dryden Date: Thu, 12 Feb 2026 10:38:30 -0800 Subject: [PATCH 1/2] 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 40218a8d63c..e90fc795fa9 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -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 From af1164c42a77a842a5fd637d381c6e731f2496c9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 14 Jul 2026 04:30:35 +0200 Subject: [PATCH 2/2] Update spell-checker ignore list in build-gnu.sh --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index e90fc795fa9..eac3cf64f0d 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -4,7 +4,7 @@ # spell-checker:ignore (paths) abmon deref discrim eacces getopt ginstall inacc infloop inotify reflink ; (misc) INT_OFLOW OFLOW # spell-checker:ignore baddecode submodules xstrtol distros ; (vars/env) SRCDIR vdir rcexp xpart dired OSTYPE ; (utils) greadlink gsed multihardlink texinfo CARGOFLAGS -# spell-checker:ignore openat TOCTOU CFLAGS tmpfs gnproc +# spell-checker:ignore openat TOCTOU CFLAGS tmpfs gnproc texi set -e