| 245 |
echo "---------------------------- Test 60 -----------------------------" >>testtry |
echo "---------------------------- Test 60 -----------------------------" >>testtry |
| 246 |
(cd $srcdir; $valgrind $pcregrep --regexp PATTERN ./testdata/grepinput) >>testtry |
(cd $srcdir; $valgrind $pcregrep --regexp PATTERN ./testdata/grepinput) >>testtry |
| 247 |
|
|
| 248 |
|
echo "---------------------------- Test 61 -----------------------------" >>testtry |
| 249 |
|
(cd $srcdir; $valgrind $pcregrep --match-limit=1000 -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtry 2>&1 |
| 250 |
|
|
| 251 |
|
echo "---------------------------- Test 62 -----------------------------" >>testtry |
| 252 |
|
(cd $srcdir; $valgrind $pcregrep --recursion-limit=1000 -M 'This is a file(.|\R)*file.' ./testdata/grepinput) >>testtry 2>&1 |
| 253 |
|
|
| 254 |
# Now compare the results. |
# Now compare the results. |
| 255 |
|
|
| 256 |
$cf $srcdir/testdata/grepoutput testtry |
$cf $srcdir/testdata/grepoutput testtry |