summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-14 17:02:30 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-14 17:02:30 +0000
commite2126bc127a8b4c3602dd28ebb2862ad6fbc27a6 (patch)
tree6b27073ef6f658d52820a9b884a97cd00743263a /RunGrepTest
parente75637b2efc61520e5bb4a99643620a27d4b036a (diff)
downloadpcre-e2126bc127a8b4c3602dd28ebb2862ad6fbc27a6.tar.gz
Documentation and tidies preparatory to 8.37 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1548 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest2
1 files changed, 1 insertions, 1 deletions
diff --git a/RunGrepTest b/RunGrepTest
index 766278b..62e2a9b 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -509,7 +509,7 @@ echo "RC=$?" >>testtrygrep
echo "---------------------------- Test 107 -----------------------------" >>testtrygrep
echo "a" >testtemp1grep
echo "aaaaa" >>testtemp1grep
-(cd $srcdir; $valgrind $pcregrep --line-offsets '(?<=\Ka)' testtemp1grep) >>testtrygrep 2>&1
+(cd $srcdir; $valgrind $pcregrep --line-offsets '(?<=\Ka)' $builddir/testtemp1grep) >>testtrygrep 2>&1
echo "RC=$?" >>testtrygrep
# Now compare the results.