TEST needs to binmode the file handle that is reading the TAP, else it
authorNicholas Clark <nick@ccl4.org>
Sun, 14 May 2006 12:27:19 +0000 (12:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 14 May 2006 12:27:19 +0000 (12:27 +0000)
commit9c8d215a6f7e1098759dbf707ed95f4895bc227c
tree312ab048db07d7fbf6d1659e9a2b1a892a1705f0
parent8d0d504096dac80115e0133d173ed8b2b603e2ee
TEST needs to binmode the file handle that is reading the TAP, else it
can get killed if TEST's environment has made it default all opens to
UTF-8 but the TAP is not UTF-8.

p4raw-id: //depot/perl@28192
t/TEST