--- code/trunk/RunGrepTest 2009/03/01 14:13:34 378 +++ code/trunk/RunGrepTest 2009/08/12 17:32:27 420 @@ -217,6 +217,12 @@ echo "---------------------------- Test 54 -----------------------------" >>testtry (cd $srcdir; $valgrind $pcregrep -f./testdata/greplist --color=always ./testdata/grepinputx) >>testtry +echo "---------------------------- Test 55 -----------------------------" >>testtry +(cd $srcdir; $valgrind $pcregrep -c lazy ./testdata/grepinput*) >>testtry + +echo "---------------------------- Test 56 -----------------------------" >>testtry +(cd $srcdir; $valgrind $pcregrep -c -l lazy ./testdata/grepinput*) >>testtry + # Now compare the results. $cf $srcdir/testdata/grepoutput testtry