Skip to content

Commit eb33fc1

Browse files
committed
Remove buffer cleaning
1 parent bbe5239 commit eb33fc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run-regression-tests.pl.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,6 @@ sub match_log {
474474
#dbg("Match \"$re\" in $name \"$$rbuf\" ($n)");
475475
if ($$rbuf =~ m/$re/m) {
476476
$rc = $&;
477-
# clear buffer
478-
$$rbuf =~ s/.*$re//sm;
479477
last;
480478
}
481479
unless ($nbytes == $BUFSIZ) {

0 commit comments

Comments
 (0)