summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-12-01 08:18:58 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-12-02 09:36:08 +0100
commit0ab31594d8663a5a88b6b5ff74a06e683940ea49 (patch)
tree3cb235ba31e5b62746185880e7318dc8a9cd939f /python
parent4ef772be3a7259b48253643392574fab28c37916 (diff)
downloadsamba-0ab31594d8663a5a88b6b5ff74a06e683940ea49.tar.gz
selftest: Do not include system krb5.conf in selftest
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12441 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/docs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py
index 238b5c7e7d6..22e022583f6 100644
--- a/python/samba/tests/docs.py
+++ b/python/samba/tests/docs.py
@@ -107,7 +107,8 @@ class SmbDotConfTests(TestCase):
'queuepause command','lpresume command', 'lppause command',
'lprm command', 'lpq command', 'print command', 'template homedir',
'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build',
- 'max open files', 'fss: prune stale', 'fss: sequence timeout'])
+ 'max open files', 'fss: prune stale', 'fss: sequence timeout',
+ 'include system krb5 conf'])
def setUp(self):
super(SmbDotConfTests, self).setUp()