diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index f657da7b4..3ffc8c39b 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -522,6 +522,7 @@ pre_setup_keep_going () { *[!A-Za-z]"test"|*[!A-Za-z]"test"[!A-Za-z]*) true;; "tests/"*) true;; "grep "*|"! grep "*) true;; + "test "*|"[ "*) true;; *) false;; esac }