aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery/t/029_stats_restart.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/recovery/t/029_stats_restart.pl')
-rw-r--r--src/test/recovery/t/029_stats_restart.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/recovery/t/029_stats_restart.pl b/src/test/recovery/t/029_stats_restart.pl
index 2fe8db88079..1bf7b568ccb 100644
--- a/src/test/recovery/t/029_stats_restart.pl
+++ b/src/test/recovery/t/029_stats_restart.pl
@@ -273,7 +273,8 @@ $sect = "post immediate restart";
my $wal_restart_immediate = wal_stats();
cmp_ok(
- $wal_reset_restart->{reset}, 'lt',
+ $wal_reset_restart->{reset},
+ 'lt',
$wal_restart_immediate->{reset},
"$sect: reset timestamp is new");