aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2020-09-13 23:29:51 -0700
committerNoah Misch <noah@leadboat.com>2020-09-13 23:29:55 -0700
commitaf2d09fa1c28216286649d519f4aca3ebbd5399a (patch)
tree054d5dc2ea3a5f4f60fd198eb17b79ddec67ef34 /src
parent1371a1e4161a25a128b666109ac5a9d449da982a (diff)
downloadpostgresql-af2d09fa1c28216286649d519f4aca3ebbd5399a.tar.gz
postgresql-af2d09fa1c28216286649d519f4aca3ebbd5399a.zip
Fix interpolation in test name.
A pre-commit review had reported the problem, but the fix reached only v10 and earlier. Back-patch to v11. Discussion: https://postgr.es/m/20200423.140546.1055476118690602079.horikyota.ntt@gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/test/recovery/t/020_archive_status.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/020_archive_status.pl b/src/test/recovery/t/020_archive_status.pl
index 401412e687b..e0b4bf6e9f9 100644
--- a/src/test/recovery/t/020_archive_status.pl
+++ b/src/test/recovery/t/020_archive_status.pl
@@ -64,7 +64,7 @@ is( $primary->safe_psql(
FROM pg_stat_archiver
}),
"0|$segment_name_1",
- 'pg_stat_archiver failed to archive $segment_name_1');
+ "pg_stat_archiver failed to archive $segment_name_1");
# Crash the cluster for the next test in charge of checking that non-archived
# WAL segments are not removed.