aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/004.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/004.sh')
-rw-r--r--tests/004.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/004.sh b/tests/004.sh
index b5ceb16..028ef90 100644
--- a/tests/004.sh
+++ b/tests/004.sh
@@ -1,6 +1,4 @@
-set -e
-
-bash ../../test_exit_code.sh 197 <<'EOF'
+test_exit_code 197 <<'EOF'
int main() {
return (((3+5)/2) + (5*(9-6)) * (5+6*7)) % 256;
}