From: Michael Adam Date: Thu, 24 May 2012 23:42:20 +0000 (+0200) Subject: selftest: add a binary mapping for nmblookup4 X-Git-Tag: samba-4.0.0beta1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab39551f7ec0c12fa9423455b5571cac6eedf35c;p=thirdparty%2Fsamba.git selftest: add a binary mapping for nmblookup4 --- diff --git a/selftest/wscript b/selftest/wscript index 182f8f9a167..494f5d8322a 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -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')