From: Björn Baumbach Date: Tue, 28 May 2019 12:57:15 +0000 (+0200) Subject: s4:torture:fsmo.py: remove unused 'net_cmd' variable X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=0fbb013bef886e425602fdbbef14a4029719818f s4:torture:fsmo.py: remove unused 'net_cmd' variable BUG: https://bugzilla.samba.org/show_bug.cgi?id=13973 Signed-off-by: Björn Baumbach Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/drs/python/fsmo.py b/source4/torture/drs/python/fsmo.py index 32817dae24b8..f846ca71611a 100644 --- a/source4/torture/drs/python/fsmo.py +++ b/source4/torture/drs/python/fsmo.py @@ -61,8 +61,6 @@ class DrsFsmoTestCase(drs_base.DrsBaseTestCase): super(DrsFsmoTestCase, self).tearDown() def _net_fsmo_role_transfer(self, DC, role, noop=False): - # find out where is samba-tool command - net_cmd = os.path.abspath("./bin/samba-tool") # make command line credentials string ccache_name = self.get_creds_ccache_name() cmd_line_auth = "--krb5-ccache=%s" % ccache_name