diff options
Diffstat (limited to 'pcre/RunGrepTest')
-rwxr-xr-x | pcre/RunGrepTest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pcre/RunGrepTest b/pcre/RunGrepTest index f1b03484067..62e2a9b3963 100755 --- a/pcre/RunGrepTest +++ b/pcre/RunGrepTest @@ -506,6 +506,11 @@ echo "---------------------------- Test 106 -----------------------------" >>tes (cd $srcdir; echo "a" | $valgrind $pcregrep -M "|a" ) >>testtrygrep 2>&1 echo "RC=$?" >>testtrygrep +echo "---------------------------- Test 107 -----------------------------" >>testtrygrep +echo "a" >testtemp1grep +echo "aaaaa" >>testtemp1grep +(cd $srcdir; $valgrind $pcregrep --line-offsets '(?<=\Ka)' $builddir/testtemp1grep) >>testtrygrep 2>&1 +echo "RC=$?" >>testtrygrep # Now compare the results. |