diff --git a/tests/Single-file test suites/.test_testsuite b/tests/Single-file test suites/.test_testsuite index a10340b..b3647da 100755 --- a/tests/Single-file test suites/.test_testsuite +++ b/tests/Single-file test suites/.test_testsuite @@ -15,7 +15,7 @@ echo "$contents" > $testcase chmod +x $testcase case "$expectation" in ok) regex='^ok 1 - testcase';; not\ ok) regex='^not ok 1 - testcase';; - skip) regex='^ok 1 - testcase ([)]*) # SKIP';; + skip) regex='^ok 1 - testcase ([^)]*) # SKIP';; *) exit 3;; # skip malformed test esac