diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-26 09:54:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-26 09:54:06 -0700 |
commit | f04a03ee688024b05f14fce9d29850d59fa08303 (patch) | |
tree | ed99acdf6f632b6a290f583ec78481b0ea53187b /runtests | |
parent | 4328e931c2e7fb4d5c1dca17c6dda87e7d133f28 (diff) | |
download | cppawk-f04a03ee688024b05f14fce9d29850d59fa08303.tar.gz cppawk-f04a03ee688024b05f14fce9d29850d59fa08303.tar.bz2 cppawk-f04a03ee688024b05f14fce9d29850d59fa08303.zip |
runtests: remove script.sh and output.
Diffstat (limited to 'runtests')
-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 |