From 01db148aebde290e57def9f91626ca069af18e6b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 21 Aug 2024 19:47:42 +0200 Subject: [PATCH] run misc/invalid-opt.pl in the CI (Closes: #6660) --- util/build-gnu.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index be29e0475..e882c2776 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -174,8 +174,7 @@ grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||' # Remove tests checking for --version & --help # Not really interesting for us and logs are too big -sed -i -e '/tests\/misc\/invalid-opt.pl/ D' \ - -e '/tests\/help\/help-version.sh/ D' \ +sed -i -e '/tests\/help\/help-version.sh/ D' \ -e '/tests\/help\/help-version-getopt.sh/ D' \ Makefile