From 22592e10b41a95f841642fa16127521989177bbc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 18 Dec 2021 16:30:01 +0900 Subject: [PATCH] Fix typo in TAP tests of pg_receivewal Introduced in d62bcc8, noticed while hacking in the area. --- src/bin/pg_basebackup/t/020_pg_receivewal.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/t/020_pg_receivewal.pl b/src/bin/pg_basebackup/t/020_pg_receivewal.pl index 43599d832b4..c0549f5c13b 100644 --- a/src/bin/pg_basebackup/t/020_pg_receivewal.pl +++ b/src/bin/pg_basebackup/t/020_pg_receivewal.pl @@ -39,7 +39,7 @@ $primary->command_fails_like( '--compress', '1' ], qr/\Qpg_receivewal: error: cannot use --compress with --compression-method=none/, - 'failure if --compress spwcified with --compression-method=none'); + 'failure if --compress specified with --compression-method=none'); # Slot creation and drop my $slot_name = 'test'; -- 2.39.5