diff options
Diffstat (limited to 'ext')
-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; } |