pgsql: pg_dump: Remove "option requires an argument -- j" test

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Remove "option requires an argument -- j" test
Date: 2017-03-18 17:47:05
Message-ID: E1cpIRV-0008B3-L8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5abda5a3e9e7f2a472ccbb1b8389d9166d4a9eca

Modified Files
--------------
src/bin/pg_dump/t/001_basic.pl | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2017-03-18 17:53:40 pgsql: Adjust number of tests for pg_dump 001_basic.pl
Previous Message Stephen Frost 2017-03-18 17:18:53 pgsql: Improve pg_dump regression tests and code coverage