From 3bdf392ae57f35fabce9bffc84b119a1d656ff32 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 11 Nov 2016 10:52:19 +0100 Subject: tests: make tests reliable for forcing the locale to C Signed-off-by: Sven Nierlein diff --git a/plugins/tests/check_http.t b/plugins/tests/check_http.t index 3aaac8b..ec0f085 100755 --- a/plugins/tests/check_http.t +++ b/plugins/tests/check_http.t @@ -17,6 +17,8 @@ use Test::More; use NPTest; use FindBin qw($Bin); +$ENV{'LC_TIME'} = "C"; + my $common_tests = 70; my $ssl_only_tests = 8; # Check that all dependent modules are available -- cgit v0.10-9-g596f