run misc/invalid-opt.pl in the CI (Closes: #6660)

This commit is contained in:
Sylvestre Ledru 2024-08-21 19:47:42 +02:00
parent 001b97f445
commit 01db148aeb

View file

@ -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