From a5b04b8b45ed7e8e58f6f715a0dd6e34b891f7a3 Mon Sep 17 00:00:00 2001 From: ph10 Date: Sat, 17 Oct 2015 18:27:38 +0000 Subject: Fix bug: test 22 not skipped when Unicode not configured. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@387 6239d852-aaf2-0410-a92c-79f79f948069 --- RunTest | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RunTest') 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 -- cgit v1.2.1