summaryrefslogtreecommitdiff
path: root/t/t7519/fsmonitor-watchman
diff options
context:
space:
mode:
Diffstat (limited to 't/t7519/fsmonitor-watchman')
-rwxr-xr-xt/t7519/fsmonitor-watchman1
1 files changed, 1 insertions, 0 deletions
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;