Make sure that tempfile() in t/test.pl removes the temp files
authorBrad Gilbert <b2gills@gmail.com>
Tue, 4 Feb 2014 17:55:28 +0000 (11:55 -0600)
committerTony Cook <tony@develop-help.com>
Thu, 13 Feb 2014 02:53:28 +0000 (13:53 +1100)
commit19e0609373507a377a6763b156aa35dcbbfeeec6
treed3859fc85ad0163430cfe33b8b2147e8cce7e6cd
parent5eccd97ae65fe4e91991cec8d8034c09786096c4
Make sure that tempfile() in t/test.pl removes the temp files

Run a program within t/test_pl/tempfile.t that uses tempfile() to make
sure that the temp file is removed when the tests are done.
t/test_pl/tempfile.t