Fix bug: test 22 not skipped when Unicode not configured.
This commit is contained in:
parent
3263d44b97
commit
0809e3b81a
2
RunTest
2
RunTest
|
@ -821,6 +821,8 @@ for bmode in "$test8" "$test16" "$test32"; do
|
||||||
echo $title22
|
echo $title22
|
||||||
if [ $supportBSC -eq 0 ] ; then
|
if [ $supportBSC -eq 0 ] ; then
|
||||||
echo " Skipped because \C is disabled"
|
echo " Skipped because \C is disabled"
|
||||||
|
elif [ $utf -eq 0 ] ; then
|
||||||
|
echo " Skipped because UTF-$bits support is not available"
|
||||||
else
|
else
|
||||||
for opt in "" $jitopt; do
|
for opt in "" $jitopt; do
|
||||||
$sim $valgrind ${opt:+$vjs} ./pcre2test -q $defaultstack $bmode $opt $testdata/testinput22 testtry
|
$sim $valgrind ${opt:+$vjs} ./pcre2test -q $defaultstack $bmode $opt $testdata/testinput22 testtry
|
||||||
|
|
Loading…
Reference in New Issue