Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Dec 2015 18:23:48 +0000 (13:23 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Dec 2015 18:23:48 +0000 (13:23 -0500)
commit0cc6badf69f914667d3645af3e8d05e973542cb1
tree8552af634992806a25b4423f107032f6cb772cfd
parent85cb94f61bfb7e3ac852912f773bef4e15d98cc1
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
src/test/perl/TestLib.pm