mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
pg_dump: Remove "option requires an argument -- j" test
This is really testing getopt more than pg_dump, and what getopt returns exactly appears to differ based on platform, so remove this test. Per buildfarm.
This commit is contained in:
@@ -81,11 +81,6 @@ command_fails_like(
|
||||
qr/\Qpg_dump: option --if-exists requires option -c\/--clean\E/,
|
||||
'pg_dump: option --if-exists requires option -c/--clean');
|
||||
|
||||
command_fails_like(
|
||||
[ 'pg_dump', '-j' ],
|
||||
qr/\Qpg_dump: option requires an argument -- 'j'\E/,
|
||||
'pg_dump: option requires an argument -- \'j\'');
|
||||
|
||||
command_fails_like(
|
||||
[ 'pg_dump', '-j3' ],
|
||||
qr/\Qpg_dump: parallel backup only supported by the directory format\E/,
|
||||
|
Reference in New Issue
Block a user