summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2019-05-28 14:57:15 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-05-30 07:12:11 +0000
commit0fbb013bef886e425602fdbbef14a4029719818f (patch)
tree34bdc650a4935a122dacf08e27e36d329b70ac4c /source4
parent4793f8ed584a4e6d8a26b06b691ec636e77d8f2a (diff)
downloadsamba-0fbb013bef886e425602fdbbef14a4029719818f.tar.gz
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 <bbaumbach@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/drs/python/fsmo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/drs/python/fsmo.py b/source4/torture/drs/python/fsmo.py
index 32817dae24b..f846ca71611 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