Re: [ PATCH ] module test fest
[p5sagit/p5-mst-13.2.git] / ext / B / t / o.t
index 55a5364..d964228 100644 (file)
@@ -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__