aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-09-08 14:01:51 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-09-08 14:01:51 -0400
commit933851033becf0848e0bb903f310bbd725e19489 (patch)
tree8675e1f355208b2db52639e164519d5355b82d21 /src
parent77d63b7eafd44469c2766c1f29b75533981e4911 (diff)
downloadpostgresql-933851033becf0848e0bb903f310bbd725e19489.tar.gz
postgresql-933851033becf0848e0bb903f310bbd725e19489.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/bin/pgbench/t/002_pgbench_no_server.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/t/002_pgbench_no_server.pl b/src/bin/pgbench/t/002_pgbench_no_server.pl
index 631aa73ed30..d6b3d4f9262 100644
--- a/src/bin/pgbench/t/002_pgbench_no_server.pl
+++ b/src/bin/pgbench/t/002_pgbench_no_server.pl
@@ -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":}] ],