mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
selftest: run tests with LANGUAGE=en_US
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>
This commit is contained in:
parent
75ec66c729
commit
666a78a41f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user