[Tools] winetest/build-index: Stdin and stdout don't need UTF-8 mode.

Francois Gouget fgouget at codeweavers.com
Thu Mar 23 06:55:16 CDT 2017


Nothing is read from or written to them.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/build-index | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winetest/build-index b/winetest/build-index
index e811b62..00aa069 100755
--- a/winetest/build-index
+++ b/winetest/build-index
@@ -37,8 +37,6 @@ sub BEGIN
 use vars qw/$gitdir $gitweb $queuedir/;
 require "winetest.conf";
 
-binmode STDIN, ':utf8';
-binmode STDOUT, ':utf8';
 
 $ENV{GIT_DIR} = $gitdir;
 
-- 
2.11.0




More information about the wine-patches mailing list