pgsql: Fix one more TAP test to use standard command-line argument orde

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix one more TAP test to use standard command-line argument orde
Date: 2015-05-02 23:06:58
Message-ID: E1YogUs-0000L2-Rn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix one more TAP test to use standard command-line argument ordering.

Commit c67a86f7da90c30b81f91957023fb752f06f0598 caught most of these,
but this negative test escaped notice. The test did pass, for the wrong
reason, under affected configurations.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/84c08a7649b8c6dd488dfe0e37ab017e8059cd33

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-03 12:20:26 pgsql: Fix python_includespec on Windows at configure time
Previous Message Andrew Dunstan 2015-05-02 18:00:49 Re: pgsql: Make hstore_plperl's build even more like plperl's