From 1e89f9ff938ed458e8be8904bb29b7ced406f9d5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 8 Jan 2026 23:10:30 +0900 Subject: feat: support seven or more parameters/arguments --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run.sh') 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 -- cgit v1.2.3-70-g09d2