summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-25 10:04:12 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-25 10:04:12 +0000
commitdbbbe79aa483bafbf1c8d5c1dad75cc71d83e6e8 (patch)
tree55144899693c5021a62cb23a8f7c82c30d04be9c /RunTest
parentc949ef40d22c5d89fb919c48edd7bab30c43175b (diff)
downloadpcre-dbbbe79aa483bafbf1c8d5c1dad75cc71d83e6e8.tar.gz
Some UTF-8 tests were in the wrong file.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@766 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest2
1 files changed, 1 insertions, 1 deletions
diff --git a/RunTest b/RunTest
index 3a5a9db..b98bb96 100755
--- a/RunTest
+++ b/RunTest
@@ -222,7 +222,7 @@ fi
# PCRE tests that are not JIT or Perl-compatible: API, errors, internals
if [ $do2 = yes ] ; then
- echo "Test 2: API, errors, internals, and non-Perl stuff"
+ echo "Test 2: API, errors, internals, and non-Perl stuff (not UTF-8)"
for opt in "" "-s" $jitopt; do
$sim $valgrind ./pcretest -q $opt $testdata/testinput2 testtry
if [ $? = 0 ] ; then