From 36973c012bf7702ff3c563f8c290093a6612b78c Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sun, 12 Feb 2017 13:54:45 +0000 Subject: [PATCH] Fix new test (119) for running in non-source directly. --- RunGrepTest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunGrepTest b/RunGrepTest index 1ecb2be..f279bc2 100755 --- a/RunGrepTest +++ b/RunGrepTest @@ -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.