From 8fb77c2d1c8796664b26c804aff17821a83f96b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= Date: Tue, 28 May 2019 14:57:15 +0200 Subject: [PATCH] s4:torture:fsmo.py: remove unused 'net_cmd' variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=13973 Signed-off-by: Björn Baumbach Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett (cherry picked from commit 0fbb013bef886e425602fdbbef14a4029719818f) --- source4/torture/drs/python/fsmo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/torture/drs/python/fsmo.py b/source4/torture/drs/python/fsmo.py index a8d980077f4..a8acb5af89d 100644 --- a/source4/torture/drs/python/fsmo.py +++ b/source4/torture/drs/python/fsmo.py @@ -60,8 +60,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