Skip to content

Commit 01db148

Browse files
committed
run misc/invalid-opt.pl in the CI (Closes: #6660)
1 parent 001b97f commit 01db148

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

util/build-gnu.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'
174174

175175
# Remove tests checking for --version & --help
176176
# Not really interesting for us and logs are too big
177-
sed -i -e '/tests\/misc\/invalid-opt.pl/ D' \
178-
-e '/tests\/help\/help-version.sh/ D' \
177+
sed -i -e '/tests\/help\/help-version.sh/ D' \
179178
-e '/tests\/help\/help-version-getopt.sh/ D' \
180179
Makefile
181180

0 commit comments

Comments
 (0)