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:
parent
31a8b77a92
commit
5abda5a3e9
@ -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/,
|
||||
|
Loading…
x
Reference in New Issue
Block a user