Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c18b737785d..fb0dff648df 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.