aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/003.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/003.sh')
-rw-r--r--tests/003.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/003.sh b/tests/003.sh
new file mode 100644
index 0000000..4fa0b42
--- /dev/null
+++ b/tests/003.sh
@@ -0,0 +1,5 @@
+bash ../../test_exit_code.sh 26 <<'EOF'
+int main() {
+ return 2*3+4*5;
+}
+EOF