aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-26 09:54:06 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-26 09:54:06 -0700
commitf04a03ee688024b05f14fce9d29850d59fa08303 (patch)
treeed99acdf6f632b6a290f583ec78481b0ea53187b /runtests
parent4328e931c2e7fb4d5c1dca17c6dda87e7d133f28 (diff)
downloadcppawk-f04a03ee688024b05f14fce9d29850d59fa08303.tar.gz
cppawk-f04a03ee688024b05f14fce9d29850d59fa08303.tar.bz2
cppawk-f04a03ee688024b05f14fce9d29850d59fa08303.zip
runtests: remove script.sh and output.
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests b/runtests
index 77f0201..ddc1bbd 100755
--- a/runtests
+++ b/runtests
@@ -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