This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Ensure t/op/mkdir.t passes under minitest by loading File::Path in an eval.
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 17:58:26 +0000 (17:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 20:39:57 +0000 (20:39 +0000)
commit94af928955a63fcd4496a7acdd670b5237b2a3eb
tree10b1a44d6314997688477014b85ee74b718fe5e4
parent79c67e3326f78c5970f69cc0b31a35619eb41e9a
Ensure t/op/mkdir.t passes under minitest by loading File::Path in an eval.

File::Path::rmtree() is only used as a cleanup function of last resort - by
default t/op/mkdir.t directly cleans up the test directory that it creates
before it exits.
t/op/mkdir.t