| 407 |
(cd $srcdir; $valgrind $pcregrep --buffer-size=100 "^a" ./testdata/grepinput3) >>testtry 2>&1 |
(cd $srcdir; $valgrind $pcregrep --buffer-size=100 "^a" ./testdata/grepinput3) >>testtry 2>&1 |
| 408 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
| 409 |
|
|
| 410 |
|
echo "---------------------------- Test 84 -----------------------------" >>testtry |
| 411 |
|
(cd $srcdir; $valgrind $pcregrep --file-list ./testdata/grepfilelist "fox|complete") >>testtry 2>&1 |
| 412 |
|
echo "RC=$?" >>testtry |
| 413 |
|
|
| 414 |
|
echo "---------------------------- Test 85 -----------------------------" >>testtry |
| 415 |
|
(cd $srcdir; $valgrind $pcregrep --file-list=./testdata/grepfilelist "dolor" ./testdata/grepinput3) >>testtry 2>&1 |
| 416 |
|
echo "RC=$?" >>testtry |
| 417 |
|
|
| 418 |
# Now compare the results. |
# Now compare the results. |
| 419 |
|
|
| 420 |
$cf $srcdir/testdata/grepoutput testtry |
$cf $srcdir/testdata/grepoutput testtry |