aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index f060349..2e3c9f1 100755
--- a/runtests
+++ b/runtests
@@ -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