Tests rely on English output

Set environment variable to en_US.UTF-8.
This commit is contained in:
Alex Schroeder
2016-06-15 14:47:20 +02:00
parent 8c143393e3
commit 2dab06f905

View File

@@ -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;
}