diff --git a/t/git.t b/t/git.t index 6e0660c1..8df36212 100644 --- a/t/git.t +++ b/t/git.t @@ -23,6 +23,8 @@ SKIP: { add_module('git.pl'); + $ENV{LANG} = "en_US.UTF-8"; # test relies on English output + if (qx($GitBinary --version) !~ /git version/) { skip "$GitBinary not found", 16; }