From 0809e3b81af707b3f029b6edfe425c55468cf45e Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sat, 17 Oct 2015 18:27:38 +0000 Subject: [PATCH] Fix bug: test 22 not skipped when Unicode not configured. --- RunTest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RunTest b/RunTest index 076b1ec..fc3e5d7 100755 --- a/RunTest +++ b/RunTest @@ -821,6 +821,8 @@ for bmode in "$test8" "$test16" "$test32"; do echo $title22 if [ $supportBSC -eq 0 ] ; then echo " Skipped because \C is disabled" + elif [ $utf -eq 0 ] ; then + echo " Skipped because UTF-$bits support is not available" else for opt in "" $jitopt; do $sim $valgrind ${opt:+$vjs} ./pcre2test -q $defaultstack $bmode $opt $testdata/testinput22 testtry