diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-30 11:17:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-30 11:17:33 +0000 |
commit | 9a119d777e247766f310ac4ec5c1136d73a8a7bd (patch) | |
tree | d86ad27d4a5026c8d9f83fc288f382efabe7e685 /ext/IO | |
parent | c61dfb315bed428aa2d4f16282c80c3ce91e1409 (diff) | |
download | perl-9a119d777e247766f310ac4ec5c1136d73a8a7bd.tar.gz |
rmdir t/lib/IO.
p4raw-id: //depot/perl@20345
Diffstat (limited to 'ext/IO')
-rw-r--r-- | ext/IO/t/IO.t | 1 |
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; } |