diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |