Cleanup PerlIO temp files
Rafael Garcia-Suarez [Thu, 7 Jan 2010 11:12:49 +0000 (12:12 +0100)]
t/io/perlio.t

index 0bb23fa..1499ca2 100644 (file)
@@ -101,6 +101,9 @@ ok(close($utffh));
 
       mkdir $ENV{TMPDIR};
       ok(open(my $x,"+<",undef), 'TMPDIR honored by magic temp file via 3 arg open with undef - works if TMPDIR points to an existent dir');
+
+      # hardcoded default temp path
+      unlink </tmp/PerlIO_*>;
     }
 }