diff options
Diffstat (limited to 'tests/run.sh')
| -rw-r--r-- | tests/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index 0835d9a..6b3bb00 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -14,7 +14,7 @@ if [[ -f "$c_test_file" ]]; then echo "$c_test_file" mkdir -p "$tmp_dir" cd "$tmp_dir" - test_exit_code < "../../../$c_test_file" + test_exit_code 0 < "../../../$c_test_file" cd "../../.." elif [[ -f "$sh_test_file" ]]; then source tests/helpers.sh |
