pgsql: Fix TAP installcheck tests when current directory name contains

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix TAP installcheck tests when current directory name contains
Date: 2014-07-24 02:21:17
Message-ID: E1XA8ej-0005T3-6d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix TAP installcheck tests when current directory name contains spaces

This fixes the installcheck part. The check part has additional
problems that will be addressed in a separate commit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/455044d55a89d16d888f289aeaf1229a04a04b9f

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl | 10 +++++-----
src/bin/pg_controldata/t/001_pg_controldata.pl | 2 +-
src/bin/pg_ctl/t/002_status.pl | 2 +-
src/test/perl/TestLib.pm | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-07-24 06:45:37 pgsql: Fix bug where pg_receivexlog goes into busy loop if -s option is
Previous Message Tom Lane 2014-07-24 00:45:44 Re: [COMMITTERS] pgsql: Diagnose incompatible OpenLDAP versions during build and test.