| 179 |
(cd $srcdir; $valgrind $pcregrep -on 'before|zero|after' ./testdata/grepinput) >>testtry |
(cd $srcdir; $valgrind $pcregrep -on 'before|zero|after' ./testdata/grepinput) >>testtry |
| 180 |
|
|
| 181 |
echo "---------------------------- Test 43 ------------------------------" >>testtry |
echo "---------------------------- Test 43 ------------------------------" >>testtry |
| 182 |
(cd $srcdir; $valgrind $pcregrep -on -e before -e zero -e after ./testdata/grepinput) >>testtry |
(cd $srcdir; $valgrind $pcregrep -on -e before -ezero -e after ./testdata/grepinput) >>testtry |
| 183 |
|
|
| 184 |
echo "---------------------------- Test 44 ------------------------------" >>testtry |
echo "---------------------------- Test 44 ------------------------------" >>testtry |
| 185 |
(cd $srcdir; $valgrind $pcregrep -on -f ./testdata/greplist -e binary ./testdata/grepinput) >>testtry |
(cd $srcdir; $valgrind $pcregrep -on -f ./testdata/greplist -e binary ./testdata/grepinput) >>testtry |
| 186 |
|
|
| 187 |
echo "---------------------------- Test 45 ------------------------------" >>testtry |
echo "---------------------------- Test 45 ------------------------------" >>testtry |
| 188 |
(cd $srcdir; $valgrind $pcregrep -e abc -e '(unclosed' ./testdata/grepinput) 2>>testtry >>testtry |
(cd $srcdir; $valgrind $pcregrep -eabc -e '(unclosed' ./testdata/grepinput) 2>>testtry >>testtry |
| 189 |
|
|
| 190 |
echo "---------------------------- Test 46 ------------------------------" >>testtry |
echo "---------------------------- Test 46 ------------------------------" >>testtry |
| 191 |
(cd $srcdir; $valgrind $pcregrep -Fx "AB.VE |
(cd $srcdir; $valgrind $pcregrep -Fx "AB.VE |
| 223 |
echo "---------------------------- Test 56 -----------------------------" >>testtry |
echo "---------------------------- Test 56 -----------------------------" >>testtry |
| 224 |
(cd $srcdir; $valgrind $pcregrep -c -l lazy ./testdata/grepinput*) >>testtry |
(cd $srcdir; $valgrind $pcregrep -c -l lazy ./testdata/grepinput*) >>testtry |
| 225 |
|
|
| 226 |
|
echo "---------------------------- Test 57 -----------------------------" >>testtry |
| 227 |
|
(cd $srcdir; $valgrind $pcregrep --regex=PATTERN ./testdata/grepinput) >>testtry |
| 228 |
|
|
| 229 |
|
echo "---------------------------- Test 58 -----------------------------" >>testtry |
| 230 |
|
(cd $srcdir; $valgrind $pcregrep --regexp=PATTERN ./testdata/grepinput) >>testtry |
| 231 |
|
|
| 232 |
|
echo "---------------------------- Test 59 -----------------------------" >>testtry |
| 233 |
|
(cd $srcdir; $valgrind $pcregrep --regex PATTERN ./testdata/grepinput) >>testtry |
| 234 |
|
|
| 235 |
|
echo "---------------------------- Test 60 -----------------------------" >>testtry |
| 236 |
|
(cd $srcdir; $valgrind $pcregrep --regexp PATTERN ./testdata/grepinput) >>testtry |
| 237 |
|
|
| 238 |
# Now compare the results. |
# Now compare the results. |
| 239 |
|
|
| 240 |
$cf $srcdir/testdata/grepoutput testtry |
$cf $srcdir/testdata/grepoutput testtry |