summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-13 12:42:43 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-13 04:57:22 +0100
commit339d5ea4e60c4e649e9f29814c5c93b4c0673c3c (patch)
tree32788d4163711b63c3c79a99bfb57c98459a92da /source3/selftest
parent84ad540ab97b64002fd15c0ad3fe07ca61054923 (diff)
downloadsamba-339d5ea4e60c4e649e9f29814c5c93b4c0673c3c.tar.gz
samba-339d5ea4e60c4e649e9f29814c5c93b4c0673c3c.tar.bz2
samba-339d5ea4e60c4e649e9f29814c5c93b4c0673c3c.zip
s3-selftest The krb5 encrypted CIFS test was wrong
Sadly this fails in the test environement for now. It needs a /etc/krb5.keytab which we do not provide. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 13 04:57:22 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index dc0c32c052..eea9aae28b 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -305,7 +305,7 @@ for z in smb_options:
if have_ads_support:
- options_list = ["", "-E"]
+ options_list = ["", "-e"]
for options in options_list:
plantestsuite("samba3.blackbox.smbclient_krb5 old ccache %s" % options, "ktest:local",
[os.path.join(samba3srcdir, "script/tests/test_smbclient_krb5.sh"),