summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-10-17 18:27:38 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-10-17 18:27:38 +0000
commita5b04b8b45ed7e8e58f6f715a0dd6e34b891f7a3 (patch)
tree55ec8fb367b012999379bcd5f6ea0ac5bc335388 /RunTest
parentdeee8d934595c4b856361955aaf4dd26995d203a (diff)
downloadpcre2-a5b04b8b45ed7e8e58f6f715a0dd6e34b891f7a3.tar.gz
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
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest2
1 files changed, 2 insertions, 0 deletions
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