450 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
451 |
|
|
452 |
echo "---------------------------- Test 94 -----------------------------" >>testtry |
echo "---------------------------- Test 94 -----------------------------" >>testtry |
453 |
(cd $srcdir; $valgrind $pcregrep -L -r --include=grepinputx --include grepinput8 'fox' ./testdata/grepinput*) >>testtry |
(cd $srcdir; $valgrind $pcregrep -L -r --include=grepinputx --include grepinput8 'fox' ./testdata/grepinput* | sort) >>testtry |
454 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
455 |
|
|
456 |
echo "---------------------------- Test 95 -----------------------------" >>testtry |
echo "---------------------------- Test 95 -----------------------------" >>testtry |
458 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
459 |
|
|
460 |
echo "---------------------------- Test 96 -----------------------------" >>testtry |
echo "---------------------------- Test 96 -----------------------------" >>testtry |
461 |
(cd $srcdir; $valgrind $pcregrep -L -r --include-dir=testdata --exclude '^(?!grepinput)' 'fox' ./test*) >>testtry |
(cd $srcdir; $valgrind $pcregrep -L -r --include-dir=testdata --exclude '^(?!grepinput)' 'fox' ./test* | sort) >>testtry |
462 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
463 |
|
|
464 |
echo "---------------------------- Test 97 -----------------------------" >>testtry |
echo "---------------------------- Test 97 -----------------------------" >>testtry |