diff options
author | David Mitchell <davem@iabyn.com> | 2010-03-28 21:13:41 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-03-28 21:13:41 +0100 |
commit | 6def1d2a83dfade502210345b8348caea49fbb50 (patch) | |
tree | 42d02c20635ccd2162ce1d66bc9cce8ffd0d9060 /lib/File | |
parent | 9f5650a8ec47c75b463d95214aa5d6d9d837290e (diff) | |
download | perl-6def1d2a83dfade502210345b8348caea49fbb50.tar.gz |
remove tmp debugging from File/Copy.t
Diffstat (limited to 'lib/File')
-rw-r--r-- | lib/File/Copy.t | 1 |
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: $!"; |