summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/recovery/t/035_standby_logical_decoding.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/035_standby_logical_decoding.pl b/src/test/recovery/t/035_standby_logical_decoding.pl
index 150290bbcd..ba98a18bd2 100644
--- a/src/test/recovery/t/035_standby_logical_decoding.pl
+++ b/src/test/recovery/t/035_standby_logical_decoding.pl
@@ -460,7 +460,7 @@ $logstart = -s $node_standby->logfile;
reactive_slots_change_hfs_and_wait_for_xmins('row_removal_', 'shared_row_removal_', 0, 1);
# Trigger the conflict
-diag $node_primary->safe_psql('testdb', qq[
+$node_primary->safe_psql('testdb', qq[
CREATE ROLE create_trash;
DROP ROLE create_trash;
VACUUM pg_authid;