diff options
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -cppawk=./cppawk ./testsuite.cwk < testcases -cppawk="./cppawk --nobash" ./testsuite.cwk < testcases +cppawk=./cppawk ./testsuite.awk < testcases +cppawk="./cppawk --nobash" ./testsuite.awk < testcases |