Skip to content

Commit 47a3a1c

Browse files
committed
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
1 parent 9523301 commit 47a3a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/recovery/t/020_archive_status.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
FROM pg_stat_archiver
6565
}),
6666
"0|$segment_name_1",
67-
'pg_stat_archiver failed to archive $segment_name_1');
67+
"pg_stat_archiver failed to archive $segment_name_1");
6868

6969
# Crash the cluster for the next test in charge of checking that non-archived
7070
# WAL segments are not removed.

0 commit comments

Comments
 (0)