Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
Loading