diff options
-rwxr-xr-x | runtests | 4 | ||||
-rwxr-xr-x | testsuite.awk (renamed from testsuite.cwk) | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/testsuite.cwk b/testsuite.awk index c70788c..2c9fd14 100755 --- a/testsuite.cwk +++ b/testsuite.awk @@ -1,4 +1,4 @@ -#!./cppawk -f +#!/usr/bin/awk -f BEGIN { RS = "--\n" |