Skip to content

Commit 1c3667e

Browse files
committed
Quote tags to avoid history expansion
Tags may contain an exclamation mark, which the shell will treat as a request for history expansion.
1 parent 0bf9059 commit 1c3667e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ test: $(CATCH_TEST)
321321
# Include hidden tests by specifying "*,[.]" for tests to count
322322
if ! ./$(CATCH_TEST) "*,[.]" -l | grep -q "^$(N_CATCH_TESTS) matching test cases" ; then \
323323
./$(CATCH_TEST) "*,[.]" -l ; fi
324-
./$(CATCH_TEST) ${TAGS}
324+
./$(CATCH_TEST) '${TAGS}'
325325

326326

327327
###############################################################################

0 commit comments

Comments
 (0)