summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-17 10:48:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-17 10:48:51 +0000
commit2577186e689baff05e3842bb78f1fc9f88c3b498 (patch)
treefa9b952cb166dda5a3b5fee05a392aeb9bc45ddf /RunGrepTest
parent996a1205f65d319c3e699e599860cb379c150027 (diff)
downloadpcre-2577186e689baff05e3842bb78f1fc9f88c3b498.tar.gz
Fix pcregrep -Mv looping bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@222 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest3
1 files changed, 3 insertions, 0 deletions
diff --git a/RunGrepTest b/RunGrepTest
index 0e3bdc2..e46a2f3 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -202,6 +202,9 @@ elephant" ./testdata/grepinput) >>testtry
echo "---------------------------- Test 49 ------------------------------" >>testtry
(cd $srcdir; $valgrind $pcregrep "^(abc|def|ghi|jkl)" ./testdata/grepinputx) >>testtry
+echo "---------------------------- Test 50 ------------------------------" >>testtry
+(cd $srcdir; $valgrind $pcregrep -Mv "brown\sfox" ./testdata/grepinputv) >>testtry
+
# Now compare the results.
$cf $srcdir/testdata/grepoutput testtry