aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases5
1 files changed, 5 insertions, 0 deletions
diff --git a/testcases b/testcases
index 9f88f67..2711d4b 100644
--- a/testcases
+++ b/testcases
@@ -200,3 +200,8 @@ gawk=__gawk__
./cppawk --prepro=die --prepro-only x 2>&1 | grep 'not found'
:
./cppawk: 1: eval: die: not found
+--
+37:
+tmp=$(./cppawk --awk=testdir/testdel 1); [ -e $tmp ] || echo gone
+:
+gone