diff options
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 2 |
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"), |