diff options
-rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ fi if [ -z "$suite" -o "$suite" = "cons" ] ; then cppawk=./bin/cppawk ./testsuite.awk testcases-cons - cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk -v skip=37,38 testcases-cons + cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk -v skip=37,38,39 testcases-cons fi if [ -z "$suite" -o "$suite" = "field" ] ; then |