aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/003.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/003.sh')
-rw-r--r--tests/003.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/003.sh b/tests/003.sh
index 4fa0b42..61ea83f 100644
--- a/tests/003.sh
+++ b/tests/003.sh
@@ -1,4 +1,4 @@
-bash ../../test_exit_code.sh 26 <<'EOF'
+test_exit_code 26 <<'EOF'
int main() {
return 2*3+4*5;
}