summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-11-23 17:17:57 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-11-23 17:17:57 +0000
commit0986cdb1a2b5aa6331a545d018863983d5951459 (patch)
tree7a91f8093fc436bf3b81041f36fbc8998d2f860f /RunTest
parentb55d9179309bb3b6ba08c92d279555b2f897be69 (diff)
downloadpcre2-0986cdb1a2b5aa6331a545d018863983d5951459.tar.gz
Fix bad behaviour for subroutine call in lookbehind when the called subroutine
contained an option setting such as (?s) and PCRE2_ANCHORED was set. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@606 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest2
1 files changed, 1 insertions, 1 deletions
diff --git a/RunTest b/RunTest
index 38f0078..b53d404 100755
--- a/RunTest
+++ b/RunTest
@@ -502,7 +502,7 @@ for bmode in "$test8" "$test16" "$test32"; do
for opt in "" $jitopt; do
$sim $valgrind ${opt:+$vjs} ./pcre2test -q $test2stack $bmode $opt $testdata/testinput2 testtry
if [ $? = 0 ] ; then
- $sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -63,-62,-2,-1,0,100,188,189,190 >>testtry
+ $sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -63,-62,-2,-1,0,100,188,189,190,191 >>testtry
checkresult $? 2 "$opt"
else
echo " "