diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 23:49:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 23:49:00 +0000 |
commit | 7589e17d81493a7065648e700081a252e10a5c33 (patch) | |
tree | 282572936ba8db87897d6d5ac7e2b0fd18c40c90 /ext | |
parent | 8839b9e4d8298a3a391565140d81e71c232cf831 (diff) | |
download | perl-7589e17d81493a7065648e700081a252e10a5c33.tar.gz |
Be clean.
p4raw-id: //depot/perl@16569
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/o.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/B/t/o.t b/ext/B/t/o.t index 55a5364604..d964228694 100644 --- a/ext/B/t/o.t +++ b/ext/B/t/o.t @@ -60,6 +60,7 @@ sub get_lines { END { 1 while unlink($file); + rmdir($path); # not "1 while" since there might be more in there } __END__ |