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
This commit is contained in:
Noah Misch 2020-09-13 23:29:51 -07:00
parent 95233011a0
commit 47a3a1c3d4
1 changed files with 1 additions and 1 deletions

View File

@ -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.