Skip to content

Commit 61a9f39

Browse files
committed
Fix a warning about variable redeclaration in tap-test 003.
1 parent 742c2b9 commit 61a9f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/mmts/t/003_pgbench.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$cluster->configure();
1515
$cluster->start();
1616

17-
my ($rc, $out, $err);
17+
my ($rc, $in, $out, $err);
1818

1919
diag("sleeping 10");
2020
sleep(10);
@@ -86,8 +86,8 @@ sub writer
8686
}
8787

8888
diag("starting benches");
89-
my $in = '';
90-
my $out = '';
89+
$in = '';
90+
$out = '';
9191
my @benches = ();
9292
foreach my $node (@{$cluster->{nodes}})
9393
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy