Close the file so it can be (a) removed (b) reopened.
Jarkko Hietaniemi [Mon, 18 Mar 2002 22:18:37 +0000 (22:18 +0000)]
p4raw-id: //depot/perl@15309

ext/B/t/xref.t

index 10f868a..8b14355 100644 (file)
@@ -94,6 +94,7 @@ is(
 );
 
 END {
+    close XREF;
     1 while unlink $file;
 }