Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5abda5a

Browse files
committed
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.
1 parent 31a8b77 commit 5abda5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bin/pg_dump/t/001_basic.pl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@
8181
qr/\Qpg_dump: option --if-exists requires option -c\/--clean\E/,
8282
'pg_dump: option --if-exists requires option -c/--clean');
8383

84-
command_fails_like(
85-
[ 'pg_dump', '-j' ],
86-
qr/\Qpg_dump: option requires an argument -- 'j'\E/,
87-
'pg_dump: option requires an argument -- \'j\'');
88-
8984
command_fails_like(
9085
[ 'pg_dump', '-j3' ],
9186
qr/\Qpg_dump: parallel backup only supported by the directory format\E/,

0 commit comments

Comments
 (0)