summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-07 17:13:22 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-07 17:13:22 +0000
commitf29968d07a2bcd90b30b6d9e71ca9ab96694ec85 (patch)
treea4ba26cd3f29f78905408b2ba4a5de20ed429355 /RunTest
parent06e27f6674e5361a8333ab07622cb7a19d3f52a1 (diff)
downloadpcre-f29968d07a2bcd90b30b6d9e71ca9ab96694ec85.tar.gz
Test 20 alleged it was DFA, but was not being run using -dfa. Fixed, and copied
some of the tests to the non-DFA tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1212 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 93e1c22..0f4a99f 100755
--- a/RunTest
+++ b/RunTest
@@ -872,7 +872,7 @@ if [ $do19 = yes ] ; then
fi
fi
-# Tests for 16/32-bit-specific features in DFA non-UTF-16 mode
+# Tests for 16/32-bit-specific features in DFA non-UTF-16/32 mode
if [ $do20 = yes ] ; then
echo $title20
@@ -880,7 +880,7 @@ if [ $do20 = yes ] ; then
echo " Skipped when running 8-bit tests"
else
for opt in "" "-s"; do
- $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput20 testtry
+ $sim $valgrind ./pcretest -q $bmode $opt -dfa $testdata/testinput20 testtry
if [ $? = 0 ] ; then
$cf $testdata/testoutput20 testtry
if [ $? != 0 ] ; then exit 1; fi