aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/002.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/002.sh')
-rw-r--r--tests/002.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/002.sh b/tests/002.sh
index ee54213..c3fdcc9 100644
--- a/tests/002.sh
+++ b/tests/002.sh
@@ -1,4 +1,4 @@
-bash ../../test_exit_code.sh 21 <<'EOF'
+test_exit_code 21 <<'EOF'
int main() {
return 5+20-4;
}