remove tmp debugging from File/Copy.t
David Mitchell [Sun, 28 Mar 2010 20:13:41 +0000 (21:13 +0100)]
lib/File/Copy.t

index cc1c3ff..b010fb0 100644 (file)
@@ -229,7 +229,6 @@ for my $cross_partition_test (0..1) {
   open(F, ">file-$$") or die $!;
   close F;
   copy "file-$$", " copy-$$";
-  warn "XXX\n";
   ok -e " copy-$$", "copy with leading whitespace";
   unlink "file-$$" or die "unlink: $!";
   unlink " copy-$$" or die "unlink: $!";