close() open files before unlink()
[p5sagit/p5-mst-13.2.git] / t / op / defins.t
index 0ed61ce..33c74ea 100755 (executable)
@@ -61,6 +61,7 @@ while ($where{$seen} = <FILE>)
  }
 print "not " unless $seen;
 print "ok 5\n";
+close FILE;
 
 opendir(DIR,'.');
 $seen = 0;