summaryrefslogtreecommitdiffstats
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-20 10:34:49 +0100
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:06 +0200
commit2522bb80902d2e7677a25a85fa597022f20f1147 (patch)
tree190e9a597dda6cbc104659e141762ac3e7d781e6 /source4/scripting
parentc29fb2e6157c90e7f0c6b37e9923152d999e76dc (diff)
downloadsamba-2522bb80902d2e7677a25a85fa597022f20f1147.tar.gz
samba-2522bb80902d2e7677a25a85fa597022f20f1147.tar.xz
samba-2522bb80902d2e7677a25a85fa597022f20f1147.zip
selftest: Rename WINBINDD_SOCKET_DIR environment variable.
It is very confusing if the env var uses the same name as the define in the source code. So prefix it with SELFTEST. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/devel/selftest-vars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/devel/selftest-vars.sh b/source4/scripting/devel/selftest-vars.sh
index a8f323dbda..b093099f2d 100644
--- a/source4/scripting/devel/selftest-vars.sh
+++ b/source4/scripting/devel/selftest-vars.sh
@@ -22,7 +22,7 @@ export NETBIOSNAME=localdc1
export REALM=SAMBA.EXAMPLE.COM
export SOCKET_WRAPPER_DEFAULT_IFACE=21
export SERVER=localdc1
-export WINBINDD_SOCKET_DIR=$PWD/st/dc/winbindd_socket
+export SELFTEST_WINBINDD_SOCKET_DIR=$PWD/st/dc/winbindd_socket
export SELFTEST_PREFIX=$PWD/st
export DOMAIN=SAMBADOMAIN
export BINDIR=./bin