On Wed, 19 Mar 2014 10:30:57 +0100, Nicholas Clark <nick@ccl4.org> wrote: > On Wed, Mar 19, 2014 at 12:50:00AM -0500, George Greer wrote: > >> [default] -DDEBUGGING -Duseithreads >> ../cpan/Win32API-File/t/file.t..............................FAILED >> Non-zero exit status: 13 >> Bad plan. You planned 270 tests but ran 1. > > That's really strange. 3 out of 4 pass. The other failed like this: > > Could not rmdir W32ApiF.tmp: Permission denied at t/file.t line 57. That looks like a timing issue. Adding `select undef, undef, undef, 0.25;` before the rmdir in question should fix that. -- With regards, Christian Walde