summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-30 11:17:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-30 11:17:33 +0000
commit9a119d777e247766f310ac4ec5c1136d73a8a7bd (patch)
treed86ad27d4a5026c8d9f83fc288f382efabe7e685 /ext
parentc61dfb315bed428aa2d4f16282c80c3ce91e1409 (diff)
downloadperl-9a119d777e247766f310ac4ec5c1136d73a8a7bd.tar.gz
rmdir t/lib/IO.
p4raw-id: //depot/perl@20345
Diffstat (limited to 'ext')
-rw-r--r--ext/IO/t/IO.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/IO/t/IO.t b/ext/IO/t/IO.t
index d7aade7e78..a68e55cf8a 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;
}