summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Nierlein <sven@nierlein.de>2016-11-11 09:52:19 (GMT)
committerSven Nierlein <sven@nierlein.de>2016-11-11 09:52:19 (GMT)
commit3bdf392ae57f35fabce9bffc84b119a1d656ff32 (patch)
tree17c90c02ddb544e019b9f8819389de6532784fa3
parent6e7ea28cd47ff1dcb6925e2664a42d2434414d62 (diff)
downloadmonitoring-plugins-3bdf392.tar.gz
tests: make tests reliable for forcing the locale to C
Signed-off-by: Sven Nierlein <sven@nierlein.de>
-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 3aaac8b..ec0f085 100755
--- a/plugins/tests/check_http.t
+++ b/plugins/tests/check_http.t
@@ -17,6 +17,8 @@ use Test::More;
17use NPTest; 17use NPTest;
18use FindBin qw($Bin); 18use FindBin qw($Bin);
19 19
20$ENV{'LC_TIME'} = "C";
21
20my $common_tests = 70; 22my $common_tests = 70;
21my $ssl_only_tests = 8; 23my $ssl_only_tests = 8;
22# Check that all dependent modules are available 24# Check that all dependent modules are available