diff options
Diffstat (limited to 'python/samba/tests/docs.py')
-rw-r--r-- | python/samba/tests/docs.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 927b374902..61295d7609 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -188,12 +188,14 @@ class SmbDotConfTests(TestCase): 'registry shares', 'idmap backend', 'idmap gid', - 'idmap uid']) + 'idmap uid', + 'smb ports']) def test_default_s4(self): self._test_default(['bin/samba-tool', 'testparm']) self._set_defaults(['bin/samba-tool', 'testparm']) - self._set_arbitrary(['bin/samba-tool', 'testparm']) + self._set_arbitrary(['bin/samba-tool', 'testparm'], + exceptions = ['smb ports']) def _test_default(self, program): topdir = os.path.abspath(samba.source_tree_topdir()) |