aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/005.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/005.sh')
-rw-r--r--tests/005.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/005.sh b/tests/005.sh
index 1b4611a..ffcd0a5 100644
--- a/tests/005.sh
+++ b/tests/005.sh
@@ -1,6 +1,4 @@
-set -e
-
-bash ../../test_exit_code.sh 30 <<'EOF'
+test_exit_code 30 <<'EOF'
int main() {
return (-10 + 20 * -3) + 100;
}