diff options
Diffstat (limited to 'src/bin/pg_basebackup/t/030_pg_recvlogical.pl')
| -rw-r--r-- | src/bin/pg_basebackup/t/030_pg_recvlogical.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/t/030_pg_recvlogical.pl b/src/bin/pg_basebackup/t/030_pg_recvlogical.pl index b43176fdc6..3e66f70fce 100644 --- a/src/bin/pg_basebackup/t/030_pg_recvlogical.pl +++ b/src/bin/pg_basebackup/t/030_pg_recvlogical.pl @@ -29,7 +29,7 @@ $node->command_fails(['pg_recvlogical', '-S', 'test'], $node->command_fails(['pg_recvlogical', '-S', 'test', '-d', 'postgres'], 'pg_recvlogical needs an action'); $node->command_fails(['pg_recvlogical', '-S', 'test', '-d', $node->connstr('postgres'), '--start'], - 'no destionation file'); + 'no destination file'); $node->command_ok(['pg_recvlogical', '-S', 'test', '-d', $node->connstr('postgres'), '--create-slot'], 'slot created'); |
