summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-15 15:57:49 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-15 15:57:49 +0000
commitf7c0c4728f30d5cfac01012cdd3c23c266f2d922 (patch)
tree453f0bf70f0437a5b281c43b800cb2b4a320efcf /RunTest
parent0e125ea76ac5d89faf344e58850319657ef997ff (diff)
downloadpcre2-f7c0c4728f30d5cfac01012cdd3c23c266f2d922.tar.gz
Fix several bugs concerned with different configurations.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@113 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest8
1 files changed, 4 insertions, 4 deletions
diff --git a/RunTest b/RunTest
index 73ab6f1..32d218b 100755
--- a/RunTest
+++ b/RunTest
@@ -268,11 +268,11 @@ fi
# All of 8-bit, 16-bit, and 32-bit character strings may be supported, but only
# one need be.
-$sim ./pcre2test -C pcre8 >/dev/null
+$sim ./pcre2test -C pcre2_8 >/dev/null
support8=$?
-$sim ./pcre2test -C pcre16 >/dev/null
+$sim ./pcre2test -C pcre2_16 >/dev/null
support16=$?
-$sim ./pcre2test -C pcre32 >/dev/null
+$sim ./pcre2test -C pcre2_32 >/dev/null
support32=$?
# Initialize all bitsizes skipped
@@ -686,6 +686,6 @@ fi
done
# Clean up local working files
-rm -f test3input test3output test3outputA testNinput testsaved* teststderr teststdout testtry
+rm -f test3input test3output test3outputA testNinput testsaved* teststdout testtry
# End