Fix new test (119) for running in non-source directly.

This commit is contained in:
Philip.Hazel 2017-02-12 13:54:45 +00:00
parent 388ffac596
commit 36973c012b
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ echo "RC=$?" >>testtrygrep
echo "---------------------------- Test 119 -----------------------------" >>testtrygrep
printf "123\n456\n789\n---abc\ndef\nxyz\n---\n" >testNinputgrep
(cd $srcdir; $valgrind $vjs $pcre2grep -Mo '(\n|[^-])*---' testNinputgrep) >>testtrygrep
$valgrind $vjs $pcre2grep -Mo '(\n|[^-])*---' testNinputgrep >>testtrygrep
echo "RC=$?" >>testtrygrep
# Now compare the results.