remove FileHandle from list of PodParser dependencies (the
[p5sagit/p5-mst-13.2.git] / t / io / read.t
index 16d32b1..b27fde1 100755 (executable)
@@ -15,8 +15,12 @@ read(A,$b,1,4);
 
 close(A);
 
+unlink("a");
+
 if ($b eq "\000\000\000\000_") {
        print "ok 1\n";
 } else { # Probably "\000bcd_"
        print "not ok 1\n";
 }
+
+unlink 'a';