aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/016.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/016.sh')
-rw-r--r--tests/016.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/016.sh b/tests/016.sh
index 02d3357..82c433d 100644
--- a/tests/016.sh
+++ b/tests/016.sh
@@ -1,6 +1,4 @@
-set -e
-
-bash ../../test_exit_code.sh 89 <<'EOF'
+test_exit_code 89 <<'EOF'
int fib(int n) {
if (n <= 1) {
return 1;