aboutsummaryrefslogtreecommitdiff
path: root/plugins/tests/check_http.t
diff options
context:
space:
mode:
authorGravatar Sven Nierlein <sven@nierlein.de> 2016-11-11 10:52:19 +0100
committerGravatar Sven Nierlein <sven@nierlein.de> 2016-11-11 10:52:19 +0100
commit3bdf392ae57f35fabce9bffc84b119a1d656ff32 (patch)
tree17c90c02ddb544e019b9f8819389de6532784fa3 /plugins/tests/check_http.t
parent6e7ea28cd47ff1dcb6925e2664a42d2434414d62 (diff)
downloadmonitoring-plugins-3bdf392ae57f35fabce9bffc84b119a1d656ff32.tar.gz
tests: make tests reliable for forcing the locale to C
Signed-off-by: Sven Nierlein <sven@nierlein.de>
Diffstat (limited to 'plugins/tests/check_http.t')
-rwxr-xr-xplugins/tests/check_http.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/tests/check_http.t b/plugins/tests/check_http.t
index 3aaac8b7..ec0f0857 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