projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c6f8c38
)
filecopy.t #3 fails on dos-djgpp
Laszlo Molnar [Mon, 9 Feb 1998 13:19:45 +0000 (14:19 +0100)]
p4raw-id: //depot/perl@503
t/lib/filecopy.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/filecopy.t
b/t/lib/filecopy.t
index
b718215
..
8a23fb6
100755
(executable)
--- a/
t/lib/filecopy.t
+++ b/
t/lib/filecopy.t
@@
-13,6
+13,7
@@
use File::Copy;
# First we create a file
open(F, ">file-$$") or die;
+binmode F; # for DOSISH platforms, because test 3 copies to stdout
print F "ok 3\n";
close F;