Re: pgsql: Require version 0.98 of Test::More for TAP tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Require version 0.98 of Test::More for TAP tests
Date: 2021-11-21 01:03:29
Message-ID: 3385668.1637456609@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I wrote:
> What I'm inclined to do is temporarily push `dirname $PERL` onto the front
> of PATH while running
> PGAC_PATH_PROGS(PROVE, prove)

The attached seems like it will work. I think we want to backpatch
this, since the wrong-PROVE hazard is the same in all branches.

regards, tom lane

Attachment Content-Type Size
find-the-right-version-of-prove.patch text/x-diff 1.3 KB

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2021-11-21 01:10:26 Re: pgsql: Require version 0.98 of Test::More for TAP tests
Previous Message Tom Lane 2021-11-21 00:50:02 Re: pgsql: Require version 0.98 of Test::More for TAP tests