From 2dab06f905d0dc0e56eebe2d9b5bed2f73cb7741 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 15 Jun 2016 14:47:20 +0200 Subject: [PATCH] Tests rely on English output Set environment variable to en_US.UTF-8. --- t/git.t | 2 ++ 1 file changed, 2 insertions(+) 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; }