aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.sh')
-rw-r--r--tests/all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.sh b/tests/all.sh
index cb5df2b..a5c6df8 100644
--- a/tests/all.sh
+++ b/tests/all.sh
@@ -8,7 +8,7 @@ for filename in tests/*.sh; do
testcase="${testcase_/%.sh/}"
test_file="tests/$testcase.sh"
case "$testcase" in
- all|run|test_*)
+ all|run|helpers)
;;
*)
source tests/run.sh "$testcase"