summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-08-26 15:38:32 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-08-26 15:38:32 +0000
commit0b42edc4bcb87749033c28b0edcf1453f684a226 (patch)
tree12533d1ddd22a0eb5cd3fc6be3eba8bbf420f675 /RunTest
parent84fde256e93d7a4a8d15ab452c64356a7f246b86 (diff)
downloadpcre-0b42edc4bcb87749033c28b0edcf1453f684a226.tar.gz
Remove restrictions on pcre_exec() partial matching.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@426 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest4
1 files changed, 2 insertions, 2 deletions
diff --git a/RunTest b/RunTest
index 514bb79..7eefe64 100755
--- a/RunTest
+++ b/RunTest
@@ -139,7 +139,7 @@ fi
# PCRE tests that are not Perl-compatible - API & error tests, mostly
if [ $do2 = yes ] ; then
- echo "Test 2: API and error handling (not Perl compatible)"
+ echo "Test 2: API, errors, and non-Perl stuff"
$valgrind ./pcretest -q $testdata/testinput2 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput2 testtry
@@ -216,7 +216,7 @@ if [ $do4 = yes ] ; then
fi
if [ $do5 = yes ] ; then
- echo "Test 5: API and internals for UTF-8 support (not Perl compatible)"
+ echo "Test 5: API, internals, and non-Perl stuff for UTF-8 support"
$valgrind ./pcretest -q $testdata/testinput5 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput5 testtry