pgsql: Remove tests for pg_dumpall --exclude-database missing argument - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Remove tests for pg_dumpall --exclude-database missing argument
Date
Msg-id E1gzncm-0003cC-54@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add --exclude-database option to pg_dumpall
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix whitespace