We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d63b7 commit 9338510Copy full SHA for 9338510
src/bin/pgbench/t/002_pgbench_no_server.pl
@@ -26,7 +26,7 @@ sub pgbench
26
# name, options, stderr checks
27
[ 'bad option',
28
'-h home -p 5432 -U calvin -d --bad-option',
29
- [ qr{unrecognized option}, qr{--help.*more information} ] ],
+ [ qr{(unrecognized|illegal) option}, qr{--help.*more information} ] ],
30
[ 'no file',
31
'-f no-such-file',
32
[qr{could not open file "no-such-file":}] ],
0 commit comments