diff options
Diffstat (limited to 'pcre/RunGrepTest')
-rwxr-xr-x | pcre/RunGrepTest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pcre/RunGrepTest b/pcre/RunGrepTest index 62e2a9b3963..a6e93d34892 100755 --- a/pcre/RunGrepTest +++ b/pcre/RunGrepTest @@ -512,6 +512,14 @@ echo "aaaaa" >>testtemp1grep (cd $srcdir; $valgrind $pcregrep --line-offsets '(?<=\Ka)' $builddir/testtemp1grep) >>testtrygrep 2>&1 echo "RC=$?" >>testtrygrep +echo "---------------------------- Test 108 ------------------------------" >>testtrygrep +(cd $srcdir; $valgrind $pcregrep -lq PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep +echo "RC=$?" >>testtrygrep + +echo "---------------------------- Test 109 -----------------------------" >>testtrygrep +(cd $srcdir; $valgrind $pcregrep -cq lazy ./testdata/grepinput*) >>testtrygrep +echo "RC=$?" >>testtrygrep + # Now compare the results. $cf $srcdir/testdata/grepoutput testtrygrep |