Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 22592e1

Browse files
committed
Fix typo in TAP tests of pg_receivewal
Introduced in d62bcc8, noticed while hacking in the area.
1 parent 3d5ffcc commit 22592e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/t/020_pg_receivewal.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'--compress', '1'
4040
],
4141
qr/\Qpg_receivewal: error: cannot use --compress with --compression-method=none/,
42-
'failure if --compress spwcified with --compression-method=none');
42+
'failure if --compress specified with --compression-method=none');
4343

4444
# Slot creation and drop
4545
my $slot_name = 'test';

0 commit comments

Comments
 (0)