]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: run tests with LANGUAGE=en_US
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Jun 2023 11:51:56 +0000 (13:51 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 10 Jun 2023 09:51:38 +0000 (09:51 +0000)
This is important in order to run /usr/bin/kpasswd from MIT...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/selftest.pl

index 99ec813af7c8746593eda115ecd43032811b3a0c..c5041c93497e095499b1946e4bbfe4a3beb4876c 100755 (executable)
@@ -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);