Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0cc6badf69f914667d3645af3e8d05e973542cb1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-05T18:23:48Z
Releases: 9.4.6
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.

This way, existing .gitignore entries and makefile clean actions will
automatically apply to the tempdir, should it survive a TAP test run
(which can happen if the user control-C's out of the run, for example).

Michael Paquier, per a complaint from me

Files

PathChange+/−
src/test/perl/TestLib.pm modified +1 −1