We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c0698 commit d9ddc50Copy full SHA for d9ddc50
src/bin/psql/t/001_basic.pl
@@ -40,5 +40,5 @@
40
41
42
# Test clean handling of unsupported replication command responses
43
-$node->command_fails_like([ 'psql', 'replication=database', '-c', 'START_REPLICATION 0/0' ],
+$node->command_fails_like([ 'psql', '-d', 'replication=database', '-c', 'START_REPLICATION 0/0' ],
44
qr/^unexpected PQresultStatus: 8$/, 'handling of unexpected PQresultStatus');
0 commit comments