From 666a78a41f01fca831956b153d7ce0e997b90117 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 9 Jun 2023 13:51:56 +0200 Subject: [PATCH] selftest: run tests with LANGUAGE=en_US This is important in order to run /usr/bin/kpasswd from MIT... Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- selftest/selftest.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 99ec813af7c..c5041c93497 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -285,6 +285,7 @@ $ENV{SAMBA_DEPRECATED_SUPPRESS} = 1; # see also bootstrap/config.py $ENV{TZ} = "UTC"; $ENV{LC_ALL} = $ENV{LANG} = "en_US.utf8"; +$ENV{LANGUAGE} = "en_US"; my $bindir_abs = abs_path($bindir);