Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a46c4e6

Browse files
vbwagnerkelvich
authored andcommitted
make syntax compatible with older perl
1 parent 39f80e1 commit a46c4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/001_basic_recovery.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
note("inserting 2 on node 0");
5353
$ret = $cluster->psql(0, 'postgres', "insert into t values(2, 20);"); # this transaciton may fail
54-
note "tx1 status = $ret";
54+
note("tx1 status = $ret");
5555

5656

5757
note("inserting 3 on node 1");
@@ -60,7 +60,7 @@
6060

6161
note("inserting 4 on node 0 (can fail)");
6262
$ret = $cluster->psql(0, 'postgres', "insert into t values(4, 40);");
63-
note "tx1 status = $ret";
63+
note("tx1 status = $ret");
6464

6565
note("inserting 5 on node 1 (can fail)");
6666
$ret = $cluster->psql(1, 'postgres', "insert into t values(5, 50);");

0 commit comments

Comments
 (0)