summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-02-12 13:54:45 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-02-12 13:54:45 +0000
commit5eaffd089092aefd1d0ef4e12dbe34cbc06f1989 (patch)
tree1dbd1d81e63e1ec442412b15c6212a13deb4572f /RunGrepTest
parent7ec4a12938f61b5a9c3543cf53ddbaaca9b6358a (diff)
downloadpcre2-5eaffd089092aefd1d0ef4e12dbe34cbc06f1989.tar.gz
Fix new test (119) for running in non-source directly.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@664 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest2
1 files changed, 1 insertions, 1 deletions
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.