Revision: 664
http://www.exim.org/viewvc/pcre2?view=rev&revision=664
Author: ph10
Date: 2017-02-12 13:54:45 +0000 (Sun, 12 Feb 2017)
Log Message:
-----------
Fix new test (119) for running in non-source directly.
Modified Paths:
--------------
code/trunk/RunGrepTest
Modified: code/trunk/RunGrepTest
===================================================================
--- code/trunk/RunGrepTest 2017-02-12 13:30:38 UTC (rev 663)
+++ code/trunk/RunGrepTest 2017-02-12 13:54:45 UTC (rev 664)
@@ -595,7 +595,7 @@
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.