From 0018b59d6c770680881f484bcbc39fc8d4a15036 Mon Sep 17 00:00:00 2001 From: Laszlo Molnar Date: Mon, 9 Feb 1998 14:19:45 +0100 Subject: [PATCH] filecopy.t #3 fails on dos-djgpp p4raw-id: //depot/perl@503 --- t/lib/filecopy.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/lib/filecopy.t b/t/lib/filecopy.t index b718215..8a23fb6 100755 --- 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; -- 2.7.4