File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -753,11 +753,11 @@ $valgrind $vjs $pcre2grep --no-jit --heap-limit=0 b testtemp1grep >>testtrygrep
753
753
echo " RC=$? " >> testtrygrep
754
754
755
755
echo " ---------------------------- Test 139 -----------------------------" >> testtrygrep
756
- (cd $srcdir ; $valgrind $vjs $pcre2grep --line-buffered ' fox' $srcdir / testdata/grepinputv) >> testtrygrep
756
+ (cd $srcdir ; $valgrind $vjs $pcre2grep --line-buffered ' fox' testdata/grepinputv) >> testtrygrep
757
757
echo " RC=$? " >> testtrygrep
758
758
759
759
echo " ---------------------------- Test 140 -----------------------------" >> testtrygrep
760
- (cd $srcdir ; $valgrind $vjs $pcre2grep --buffer-size=10 -A1 ' brown' $srcdir / testdata/grepinputv) >> testtrygrep
760
+ (cd $srcdir ; $valgrind $vjs $pcre2grep --buffer-size=10 -A1 ' brown' testdata/grepinputv) >> testtrygrep
761
761
echo " RC=$? " >> testtrygrep
762
762
763
763
echo " ---------------------------- Test 141 -----------------------------" >> testtrygrep
You can’t perform that action at this time.
0 commit comments