Revision: 387
http://www.exim.org/viewvc/pcre2?view=rev&revision=387
Author: ph10
Date: 2015-10-17 19:27:38 +0100 (Sat, 17 Oct 2015)
Log Message:
-----------
Fix bug: test 22 not skipped when Unicode not configured.
Modified Paths:
--------------
code/trunk/RunTest
Modified: code/trunk/RunTest
===================================================================
--- code/trunk/RunTest 2015-10-17 13:50:56 UTC (rev 386)
+++ code/trunk/RunTest 2015-10-17 18:27:38 UTC (rev 387)
@@ -821,6 +821,8 @@
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