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
753753echo " RC=$? " >> testtrygrep
754754
755755echo " ---------------------------- 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
757757echo " RC=$? " >> testtrygrep
758758
759759echo " ---------------------------- 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
761761echo " RC=$? " >> testtrygrep
762762
763763echo " ---------------------------- Test 141 -----------------------------" >> testtrygrep
You can’t perform that action at this time.
0 commit comments