pgsql: psql: Fix test - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Fix test
Date
Msg-id E1maKYx-00031a-Gf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Fix test

The test didn't work on platforms where getopt() doesn't support
non-option arguments before options.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d9ddc50bafc062ec1ae7f98b886b7950102d87fc

Modified Files
--------------
src/bin/psql/t/001_basic.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Add test for handling of replication commands
Next
From: Robert Haas
Date:
Subject: pgsql: Refactor basebackup.c's _tarWriteDir() function.