Fix bug: test 22 not skipped when Unicode not configured.

This commit is contained in:
Philip.Hazel 2015-10-17 18:27:38 +00:00
parent 3263d44b97
commit 0809e3b81a
1 changed files with 2 additions and 0 deletions

View File

@ -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