summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-15 16:31:08 +0200
committerAndrew Bartlett <abartlet@samba.org>2008-04-15 16:31:08 +0200
commitcb5873f36d5f67b51afd9327df114ff7c1b529d0 (patch)
treeeaf1c28bd861a10cf07635571c4a784871b9a4f0 /source4/selftest/samba4_tests.sh
parente0eba5232d3f2cd366b1cbe64fbd3547889c7635 (diff)
downloadsamba-cb5873f36d5f67b51afd9327df114ff7c1b529d0.tar.gz
samba-cb5873f36d5f67b51afd9327df114ff7c1b529d0.tar.bz2
samba-cb5873f36d5f67b51afd9327df114ff7c1b529d0.zip
Fix some of the winbind tests.
Some of the test expectations were incorrect. Andrew Bartlett (This used to be commit bc0e94360edb99e967dac01a3ecff42de0c1c222)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-rwxr-xr-xsource4/selftest/samba4_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh
index ed5e46cf03..3a3e1f91b1 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -302,7 +302,7 @@ done
WB_OPTS="--option=\"torture:strict mode=yes\""
WB_OPTS="${WB_OPTS} --option=\"torture:timelimit=1\""
-WB_OPTS="${WB_OPTS} --option=\"torture:winbindd separator=\\\\\""
+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\""