pgsql: Remove tests for pg_dumpall --exclude-database missing argument

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove tests for pg_dumpall --exclude-database missing argument
Date: 2019-03-01 19:15:12
Message-ID: E1gzncm-0003cC-54@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove tests for pg_dumpall --exclude-database missing argument

It turns out that different getopt implementations spell the error for
missing arguments different ways. This test is of fairly marginal
value, so instead of trying to keep up with the different error
messages just remove the test.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/97b6f2eb759ce898ad632fd7b5db29f542b93454

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-03-01 19:57:23 pgsql: Fix whitespace
Previous Message Tom Lane 2019-03-01 18:51:05 Re: pgsql: Add --exclude-database option to pg_dumpall