summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
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()