summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-17 15:52:57 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-17 15:52:57 +0000
commit2d211e7fdc93368918130b6d0c62546b59e71e7e (patch)
tree66614951c9c99dee3c079c53b790666f28e702ec /RunGrepTest
parentf49bb1abe2fd65d94b1e59ad067e4ec935d3f3cb (diff)
downloadpcre2-2d211e7fdc93368918130b6d0c62546b59e71e7e.tar.gz
Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes;
change "pcre" to "pcre2" in a number of files. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@117 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest4
1 files changed, 2 insertions, 2 deletions
diff --git a/RunGrepTest b/RunGrepTest
index 71cc738..35b7658 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -1,6 +1,6 @@
#! /bin/sh
-# Run pcre2grep tests. The assumption is that the PCRE tests check the library
+# Run pcre2grep tests. The assumption is that the PCRE2 tests check the library
# itself. What we are checking here is the file handling and options that are
# supported by pcre2grep. This script must be run in the build directory.
@@ -535,7 +535,7 @@ if [ $utf8 -ne 0 ] ; then
if [ $? != 0 ] ; then exit 1; fi
else
- echo "Skipping pcre2grep UTF-8 tests: no UTF-8 support in PCRE library"
+ echo "Skipping pcre2grep UTF-8 tests: no UTF-8 support in PCRE2 library"
fi