From 614a718a797e04fb037b25371896f910e464b671 Mon Sep 17 00:00:00 2001 From: Ben Peart Date: Wed, 4 Oct 2017 08:33:39 -0400 Subject: fsmonitor: preserve utf8 filenames in fsmonitor-watchman log Update the test fsmonitor-watchman integration script to properly preserve utf8 filenames when outputting the .git/watchman-output.out log file. Signed-off-by: Ben Peart Signed-off-by: Junio C Hamano diff --git a/t/t7519/fsmonitor-watchman b/t/t7519/fsmonitor-watchman index 51330f8..a3e30bf 100755 --- a/t/t7519/fsmonitor-watchman +++ b/t/t7519/fsmonitor-watchman @@ -129,6 +129,7 @@ sub launch_watchman { "Falling back to scanning...\n" if $o->{error}; open ($fh, ">", ".git/watchman-output.out"); + binmode $fh, ":utf8"; print $fh @{$o->{files}}; close $fh; -- cgit v0.10.2-6-g49f6