summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-10-27 09:45:20 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-10-27 09:45:20 +0000
commitdc8c42fc45547f935b7d0eaa0c06e643fb949a56 (patch)
treeeb53cec228f45c2bd3c2bb35159c29fe2b618249 /RunTest
parentb73b31cd6024879a40e33a40edd121b186eb7f9d (diff)
downloadpcre-dc8c42fc45547f935b7d0eaa0c06e643fb949a56.tar.gz
Tidy up test comments, now that Perl >= 5.10 is generally around.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@559 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 7091fab..1fd43ff 100755
--- a/RunTest
+++ b/RunTest
@@ -133,10 +133,10 @@ echo ""
echo PCRE C library tests
./pcretest /dev/null
-# Primary test, compatible with Perl 5.8, 5.10, 5.11
+# Primary test, compatible with all versions of Perl >= 5.8
if [ $do1 = yes ] ; then
- echo "Test 1: main functionality (Perl 5.8, 5.10, 5.11 compatible)"
+ echo "Test 1: main functionality (Compatible with Perl >= 5.8)"
$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, 5.11 compatible)"
+ echo "Test 4: UTF-8 support (Compatible with Perl >= 5.8)"
$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, 5.11 compatible)"
+ echo "Test 6: Unicode property support (Compatible with Perl >= 5.10)"
$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, 5.11 features
+# Test of Perl >= 5.10 features
if [ $do11 = yes ] ; then
- echo "Test 11: Perl 5.10, 5.11 features"
+ echo "Test 11: Features from Perl >= 5.10"
$valgrind ./pcretest -q $testdata/testinput11 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput11 testtry