summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-03-28 21:13:41 +0100
committerDavid Mitchell <davem@iabyn.com>2010-03-28 21:13:41 +0100
commit6def1d2a83dfade502210345b8348caea49fbb50 (patch)
tree42d02c20635ccd2162ce1d66bc9cce8ffd0d9060
parent9f5650a8ec47c75b463d95214aa5d6d9d837290e (diff)
downloadperl-6def1d2a83dfade502210345b8348caea49fbb50.tar.gz
remove tmp debugging from File/Copy.t
-rw-r--r--lib/File/Copy.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/File/Copy.t b/lib/File/Copy.t
index cc1c3ffccf..b010fb0ea6 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: $!";