mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Correct "overriden" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
@ -73,7 +73,7 @@ class SambaToolCmdTest(samba.tests.BlackboxTestCase):
|
||||
def runsubcmd(self, name, sub, *args):
|
||||
"""run a command with sub commands"""
|
||||
# The reason we need this function separate from runcmd is
|
||||
# that the .outf StringIO assignment is overriden if we use
|
||||
# that the .outf StringIO assignment is overridden if we use
|
||||
# runcmd, so we can't capture stdout and stderr
|
||||
cmd = cmd_sambatool.subcommands[name].subcommands[sub]
|
||||
cmd.outf = StringIO()
|
||||
|
Reference in New Issue
Block a user