From: Jarkko Hietaniemi Date: Wed, 30 Jul 2003 11:17:33 +0000 (+0000) Subject: rmdir t/lib/IO. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a119d777e247766f310ac4ec5c1136d73a8a7bd;p=p5sagit%2Fp5-mst-13.2.git rmdir t/lib/IO. p4raw-id: //depot/perl@20345 --- diff --git a/ext/IO/t/IO.t b/ext/IO/t/IO.t index d7aade7..a68e55c 100644 --- a/ext/IO/t/IO.t +++ b/ext/IO/t/IO.t @@ -118,4 +118,5 @@ SKIP: END { 1 while unlink $fakemod; + rmdir $fakedir; }