diff options
Diffstat (limited to 'lib/ldb-samba/tests/match_rules.py')
-rwxr-xr-x | lib/ldb-samba/tests/match_rules.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ldb-samba/tests/match_rules.py b/lib/ldb-samba/tests/match_rules.py index 58658a0a9ea..aaa9675c196 100755 --- a/lib/ldb-samba/tests/match_rules.py +++ b/lib/ldb-samba/tests/match_rules.py @@ -1752,6 +1752,7 @@ class MatchRuleConditionTests(samba.tests.TestCase): self.ou_groups, self.ou_computers)) self.assertEqual(len(res1), 0) + parser = optparse.OptionParser("match_rules.py [options] <host>") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) |