summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-09-11 11:49:24 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-09-11 11:49:24 +1000
commit0cbfc686c4d8b8362de5980aecec3151b71838cc (patch)
tree08c67356a466d4cc9c4af7a6463cc00b10a4a0f0 /source4/selftest/samba4_tests.sh
parent238679edfa8aabff0e5b25922aee712673be2542 (diff)
downloadsamba-0cbfc686c4d8b8362de5980aecec3151b71838cc.tar.gz
samba-0cbfc686c4d8b8362de5980aecec3151b71838cc.tar.bz2
samba-0cbfc686c4d8b8362de5980aecec3151b71838cc.zip
Fix failures in the winbind struct-based test.
Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-rwxr-xr-xsource4/selftest/samba4_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh
index 82c57de29a..6f6ffbba60 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -308,7 +308,6 @@ done
WB_OPTS="--option=\"torture:strict mode=no\""
WB_OPTS="${WB_OPTS} --option=\"torture:timelimit=1\""
WB_OPTS="${WB_OPTS} --option=\"torture:winbindd separator=/\""
-WB_OPTS="${WB_OPTS} --option=\"torture:winbindd private pipe dir=\$WINBINDD_PRIV_PIPE_DIR\""
WB_OPTS="${WB_OPTS} --option=\"torture:winbindd netbios name=\$SERVER\""
WB_OPTS="${WB_OPTS} --option=\"torture:winbindd netbios domain=\$DOMAIN\""