1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

selftest: add a binary mapping for nmblookup4

This commit is contained in:
Michael Adam 2012-05-25 01:42:20 +02:00
parent 13181f3341
commit ab39551f7e

View File

@ -111,6 +111,7 @@ def cmd_testonly(opt):
os.environ['TESTENV_%s' % o.upper()] = str(getattr(Options.options, o, ''))
binary_mapping = ('nmblookup3:nmblookup3,' +
'nmblookup4:nmblookup,' +
'smbclient3:smbclient3,' +
'smbtorture4:smbtorture,' +
'ntlm_auth3:ntlm_auth3')