Fix typo in TAP tests of pg_receivewal

Introduced in d62bcc8, noticed while hacking in the area.
This commit is contained in:
Michael Paquier 2021-12-18 16:30:01 +09:00
parent 3d5ffccb6d
commit 22592e10b4

View File

@ -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';