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