Thread: pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th

pgsql: Create TestLib.pm's tempdir underneath tmp_check/, not out in th

From
Tom Lane
Date:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/db0723631ef1460e9e795c6d13abb19da403a3f1

Modified Files
--------------
src/test/perl/TestLib.pm |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)