diff options
Diffstat (limited to 'tests/all.sh')
| -rw-r--r-- | tests/all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.sh b/tests/all.sh index ce7ab6d..cb5df2b 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -11,7 +11,7 @@ for filename in tests/*.sh; do all|run|test_*) ;; *) - bash tests/run.sh "$testcase" + source tests/run.sh "$testcase" ;; esac done |
