summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/pg_verifybackup/t/007_wal.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_verifybackup/t/007_wal.pl b/src/bin/pg_verifybackup/t/007_wal.pl
index 67ff8ecb7c0..d82e2a1f1c5 100644
--- a/src/bin/pg_verifybackup/t/007_wal.pl
+++ b/src/bin/pg_verifybackup/t/007_wal.pl
@@ -61,7 +61,7 @@ command_fails_like(
# a timeline > 1. Rather than plugging in a new standby, do a
# self-promotion of this node.
$master->stop;
-$master->append_conf('standby.signal');
+$master->append_conf('standby.signal', '');
$master->start;
$master->promote;
$master->safe_psql('postgres', 'SELECT pg_switch_wal()');