diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/modules/commit_ts/t/004_restart.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/commit_ts/t/004_restart.pl b/src/test/modules/commit_ts/t/004_restart.pl index 32be07c7414..a0a24971d20 100644 --- a/src/test/modules/commit_ts/t/004_restart.pl +++ b/src/test/modules/commit_ts/t/004_restart.pl @@ -54,7 +54,7 @@ my $xid = $node_master->safe_psql( my $before_restart_ts = $node_master->safe_psql('postgres', qq[SELECT pg_xact_commit_timestamp('$xid');]); -ok($before_restart_ts != '' && $before_restart_ts != 'null', +ok($before_restart_ts ne '' && $before_restart_ts ne 'null', 'commit timestamp recorded'); $node_master->stop('immediate'); |