diff options
-rwxr-xr-x | runtests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ #!/bin/sh +trap 'rm -f output script.sh' EXIT INT TERM cppawk=./cppawk ./testsuite.awk < testcases cppawk="./cppawk --nobash" ./testsuite.awk < testcases |