mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
tests:docs: don't try to test parametric option defaults
we don't get the values of the parametric options. Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
080d590de1
commit
ece75ea9a6
@ -186,6 +186,9 @@ class SmbDotConfTests(TestCase):
|
||||
|
||||
if param in self.special_cases:
|
||||
continue
|
||||
# bad, bad parametric options - we don't have their default values
|
||||
if ':' in param:
|
||||
continue
|
||||
section = None
|
||||
if context == "G":
|
||||
section = "global"
|
||||
|
Loading…
Reference in New Issue
Block a user