pgsql: Don't try to force TERM to a fixed value in tab-completion test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Don't try to force TERM to a fixed value in tab-completion test.
Date
Msg-id E1inrAV-0003Ym-46@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't try to force TERM to a fixed value in tab-completion test.

Right at the moment, this is making things worse not better in the
buildfarm.  I'm not happy with anything about the current state,
but let's at least try to have a green buildfarm report while further
investigation continues.

Discussion: https://postgr.es/m/23181.1578167938@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e42478186aa8b41a8706f3f53b44e25a427bde9

Modified Files
--------------
src/bin/psql/t/010_tab_completion.pl | 3 ---
1 file changed, 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: In tab-completion test, print out the value of TERM before chang
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid reading ~/.inputrc in tab-completion test, and revert othe