pgsql: Blindly try to fix test script's tar invocation for MSYS.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Blindly try to fix test script's tar invocation for MSYS.
Date: 2021-03-19 02:43:26
Message-ID: E1lN56k-0001xm-1p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Blindly try to fix test script's tar invocation for MSYS.

Buildfarm member fairywren doesn't like the test case I added
in commit 081876d75. I'm guessing the reason is that I shouldn't
be using a perl2host-ified path in the tar command line.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27ab1981e7c9b8fcbcb143c5f6f706441a52bbc8

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-03-19 17:21:57 pgsql: Fix race condition in remove_temp_files_after_crash TAP test
Previous Message Fujii Masao 2021-03-19 02:30:13 pgsql: Fix comments in postmaster.c.