projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9f5650a
)
remove tmp debugging from File/Copy.t
David Mitchell [Sun, 28 Mar 2010 20:13:41 +0000 (21:13 +0100)]
lib/File/Copy.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Copy.t
b/lib/File/Copy.t
index
cc1c3ff
..
b010fb0
100644
(file)
--- 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: $!";