340 |
(cd $srcdir; $valgrind $pcregrep --color=always -M "triple:\t.*\n\n" ./testdata/grepinput3) >>testtry |
(cd $srcdir; $valgrind $pcregrep --color=always -M "triple:\t.*\n\n" ./testdata/grepinput3) >>testtry |
341 |
echo "RC=$?" >>testtry |
echo "RC=$?" >>testtry |
342 |
|
|
343 |
|
echo "---------------------------- Test 71 -----------------------------" >>testtry |
344 |
|
(cd $srcdir; $valgrind $pcregrep -o "^01|^02|^03" ./testdata/grepinput) >>testtry |
345 |
|
echo "RC=$?" >>testtry |
346 |
|
|
347 |
|
echo "---------------------------- Test 72 -----------------------------" >>testtry |
348 |
|
(cd $srcdir; $valgrind $pcregrep --color=always "^01|^02|^03" ./testdata/grepinput) >>testtry |
349 |
|
echo "RC=$?" >>testtry |
350 |
|
|
351 |
|
echo "---------------------------- Test 73 -----------------------------" >>testtry |
352 |
|
(cd $srcdir; $valgrind $pcregrep -o --colour=always "^01|^02|^03" ./testdata/grepinput) >>testtry |
353 |
|
echo "RC=$?" >>testtry |
354 |
|
|
355 |
|
echo "---------------------------- Test 74 -----------------------------" >>testtry |
356 |
|
(cd $srcdir; $valgrind $pcregrep -o "^01|02|^03" ./testdata/grepinput) >>testtry |
357 |
|
echo "RC=$?" >>testtry |
358 |
|
|
359 |
|
echo "---------------------------- Test 75 -----------------------------" >>testtry |
360 |
|
(cd $srcdir; $valgrind $pcregrep --color=always "^01|02|^03" ./testdata/grepinput) >>testtry |
361 |
|
echo "RC=$?" >>testtry |
362 |
|
|
363 |
|
echo "---------------------------- Test 76 -----------------------------" >>testtry |
364 |
|
(cd $srcdir; $valgrind $pcregrep -o --colour=always "^01|02|^03" ./testdata/grepinput) >>testtry |
365 |
|
echo "RC=$?" >>testtry |
366 |
|
|
367 |
|
echo "---------------------------- Test 77 -----------------------------" >>testtry |
368 |
|
(cd $srcdir; $valgrind $pcregrep -o "^01|^02|03" ./testdata/grepinput) >>testtry |
369 |
|
echo "RC=$?" >>testtry |
370 |
|
|
371 |
|
echo "---------------------------- Test 78 -----------------------------" >>testtry |
372 |
|
(cd $srcdir; $valgrind $pcregrep --color=always "^01|^02|03" ./testdata/grepinput) >>testtry |
373 |
|
echo "RC=$?" >>testtry |
374 |
|
|
375 |
|
echo "---------------------------- Test 79 -----------------------------" >>testtry |
376 |
|
(cd $srcdir; $valgrind $pcregrep -o --colour=always "^01|^02|03" ./testdata/grepinput) >>testtry |
377 |
|
echo "RC=$?" >>testtry |
378 |
|
|
379 |
|
echo "---------------------------- Test 80 -----------------------------" >>testtry |
380 |
|
(cd $srcdir; $valgrind $pcregrep -o "\b01|\b02" ./testdata/grepinput) >>testtry |
381 |
|
echo "RC=$?" >>testtry |
382 |
|
|
383 |
|
echo "---------------------------- Test 81 -----------------------------" >>testtry |
384 |
|
(cd $srcdir; $valgrind $pcregrep --color=always "\\b01|\\b02" ./testdata/grepinput) >>testtry |
385 |
|
echo "RC=$?" >>testtry |
386 |
|
|
387 |
|
echo "---------------------------- Test 82 -----------------------------" >>testtry |
388 |
|
(cd $srcdir; $valgrind $pcregrep -o --colour=always "\\b01|\\b02" ./testdata/grepinput) >>testtry |
389 |
|
echo "RC=$?" >>testtry |
390 |
|
|
391 |
# Now compare the results. |
# Now compare the results. |
392 |
|
|
393 |
$cf $srcdir/testdata/grepoutput testtry |
$cf $srcdir/testdata/grepoutput testtry |