mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typo in TAP tests of pg_receivewal
Introduced in d62bcc8
, noticed while hacking in the area.
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user