summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-10 16:08:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-10 16:08:01 +0000
commit2b6afaf95389abfb23a75f791481df6f04f7dcd0 (patch)
tree00561b490a13ba30f5b33fb93dd83d46817b44c1 /RunTest
parent967823bcbc807492f562c85260a653a39eed2e23 (diff)
downloadpcre-2b6afaf95389abfb23a75f791481df6f04f7dcd0.tar.gz
Tidies for 8.02-RC1 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@507 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest12
1 files changed, 6 insertions, 6 deletions
diff --git a/RunTest b/RunTest
index 787f9cf..7091fab 100755
--- a/RunTest
+++ b/RunTest
@@ -133,10 +133,10 @@ echo ""
echo PCRE C library tests
./pcretest /dev/null
-# Primary test, Perl-compatible for both 5.8 and 5.10
+# Primary test, compatible with Perl 5.8, 5.10, 5.11
if [ $do1 = yes ] ; then
- echo "Test 1: main functionality (Perl 5.8 & 5.10 compatible)"
+ echo "Test 1: main functionality (Perl 5.8, 5.10, 5.11 compatible)"
$valgrind ./pcretest -q $testdata/testinput1 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput1 testtry
@@ -215,7 +215,7 @@ fi
# Additional tests for UTF8 support
if [ $do4 = yes ] ; then
- echo "Test 4: UTF-8 support (Perl 5.8 & 5.10 compatible)"
+ echo "Test 4: UTF-8 support (Perl 5.8, 5.10, 5.11 compatible)"
$valgrind ./pcretest -q $testdata/testinput4 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput4 testtry
@@ -237,7 +237,7 @@ if [ $do5 = yes ] ; then
fi
if [ $do6 = yes ] ; then
- echo "Test 6: Unicode property support (Perl 5.10 compatible)"
+ echo "Test 6: Unicode property support (Perl 5.10, 5.11 compatible)"
$valgrind ./pcretest -q $testdata/testinput6 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput6 testtry
@@ -299,10 +299,10 @@ if [ $do10 = yes ] ; then
echo "OK"
fi
-# Test of Perl 5.10 features
+# Test of Perl 5.10, 5.11 features
if [ $do11 = yes ] ; then
- echo "Test 11: Perl 5.10 features"
+ echo "Test 11: Perl 5.10, 5.11 features"
$valgrind ./pcretest -q $testdata/testinput11 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput11 testtry