summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-07-13 08:38:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:05 -0500
commit0ea2612763863bf318476b7ed3af9852e7fb2c3f (patch)
tree572d087035b614512c8a82e507b3a0a71c247dae /source4
parent10f6e1657303dabcf7dbbaed8547f0cb6e845a5d (diff)
downloadsamba-0ea2612763863bf318476b7ed3af9852e7fb2c3f.tar.gz
samba-0ea2612763863bf318476b7ed3af9852e7fb2c3f.tar.bz2
samba-0ea2612763863bf318476b7ed3af9852e7fb2c3f.zip
r23860: export WINBINDD_SOCKET_DIR into the testenv
metze (This used to be commit 0d27c1b54e2ea2f7cc0bdcd80f484faa2933a998)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/selftest.pl3
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($)