aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/007.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/007.sh')
-rw-r--r--tests/007.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/007.sh b/tests/007.sh
deleted file mode 100644
index d780993..0000000
--- a/tests/007.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-test_exit_code 42 <<'EOF'
-int main() {
- int foo;
- foo = 42;
- return foo;
-}
-EOF