diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/selftest.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl index 04e54b0145..6e952dcb2b 100755 --- a/source4/selftest/selftest.pl +++ b/source4/selftest/selftest.pl @@ -711,7 +711,8 @@ my @exported_envvars = ( "DC_PASSWORD", # misc stuff - "KRB5_CONFIG" + "KRB5_CONFIG", + "WINBINDD_SOCKET_DIR" ); sub setup_env($) |