More consting goodness
[p5sagit/p5-mst-13.2.git] / t / io / tell.t
index 1e1f661..dcb4ee9 100755 (executable)
@@ -100,7 +100,7 @@ if (tell(ether) == -1)  { print "ok 23\n"; } else { print "not ok 23\n"; }
 
 my $written = "tell_write.txt";
 
-END { unlink($written) }
+END { 1 while unlink($written) }
 
 close($tst);
 open($tst,">$written")  || die "Cannot open $written:$!";