aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/001.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/001.sh')
-rw-r--r--tests/001.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/001.sh b/tests/001.sh
index 00e0aca..9337ec5 100644
--- a/tests/001.sh
+++ b/tests/001.sh
@@ -1,4 +1,4 @@
-bash ../../test_exit_code.sh 42 <<'EOF'
+test_exit_code 42 <<'EOF'
int main() {
return 42;
}