mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Fix more portability issues in new pgbench TAP tests.
Strike two on the --bad-option test. Three strikes and it's out. Fabien Coelho, per buildfarm
This commit is contained in:
parent
77d63b7eaf
commit
933851033b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ my @options = (
|
|||
# name, options, stderr checks
|
||||
[ 'bad option',
|
||||
'-h home -p 5432 -U calvin -d --bad-option',
|
||||
[ qr{unrecognized option}, qr{--help.*more information} ] ],
|
||||
[ qr{(unrecognized|illegal) option}, qr{--help.*more information} ] ],
|
||||
[ 'no file',
|
||||
'-f no-such-file',
|
||||
[qr{could not open file "no-such-file":}] ],
|
||||
|
|
|
|||
Loading…
Reference in a new issue