From: David Mitchell Date: Sun, 28 Mar 2010 20:13:41 +0000 (+0100) Subject: remove tmp debugging from File/Copy.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6def1d2a83dfade502210345b8348caea49fbb50;p=p5sagit%2Fp5-mst-13.2.git remove tmp debugging from File/Copy.t --- diff --git a/lib/File/Copy.t b/lib/File/Copy.t index cc1c3ff..b010fb0 100644 --- a/lib/File/Copy.t +++ b/lib/File/Copy.t @@ -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: $!";