mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
Fix typo in TAP tests of pg_receivewal
Introduced in d62bcc8, noticed while hacking in the area.
This commit is contained in:
parent
3d5ffccb6d
commit
22592e10b4
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user