Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5abda5a

Browse files
committed
pg_dump: Remove "option requires an argument -- j" test
This is really testing getopt more than pg_dump, and what getopt returnsexactly appears to differ based on platform, so remove this test.Per buildfarm.
1 parent31a8b77 commit5abda5a

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)

[8]ページ先頭

©2009-2025 Movatter.jp