summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 15:23:31 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 15:23:31 +0000
commitcf050c7ee71925ee7eb8573a047ae9372fd2da3a (patch)
tree1a791a5fbf4ed98826d0f65e0f90a24aa9060231 /RunGrepTest
parent9835bbc7fbb3423163dc49e7d822dad2b135e192 (diff)
downloadpcre2-cf050c7ee71925ee7eb8573a047ae9372fd2da3a.tar.gz
Fix minor test issues and tidies/updates for 10.34-RC1 testing release.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1177 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest4
1 files changed, 2 insertions, 2 deletions
diff --git a/RunGrepTest b/RunGrepTest
index b6974a1..5b27da6 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -686,12 +686,12 @@ if [ $utf8 -ne 0 ] ; then
echo "---------------------------- Test U4 ------------------------------" >>testtrygrep
printf 'A\341\200\200\200CD\342\200\200Z\n' >testtemp1grep
- (cd $srcdir; $valgrind $vjs $pcre2grep -u -o '....' testtemp1grep) >>testtrygrep 2>&1
+ (cd $srcdir; $valgrind $vjs $pcre2grep -u -o '....' $builddir/testtemp1grep) >>testtrygrep 2>&1
echo "RC=$?" >>testtrygrep
echo "---------------------------- Test U5 ------------------------------" >>testtrygrep
printf 'A\341\200\200\200CD\342\200\200Z\n' >testtemp1grep
- (cd $srcdir; $valgrind $vjs $pcre2grep -U -o '....' testtemp1grep) >>testtrygrep
+ (cd $srcdir; $valgrind $vjs $pcre2grep -U -o '....' $builddir/testtemp1grep) >>testtrygrep
echo "RC=$?" >>testtrygrep
$cf $srcdir/testdata/grepoutput8 testtrygrep