diff options
author | Michael Adam <obnox@samba.org> | 2012-05-25 01:42:20 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-31 04:46:06 +0200 |
commit | ab39551f7ec0c12fa9423455b5571cac6eedf35c (patch) | |
tree | a2f22d60aeef587ca87715390e8ddc717b259079 | |
parent | 13181f33411db3abb53771f7a486f849842f8320 (diff) | |
download | samba-ab39551f7ec0c12fa9423455b5571cac6eedf35c.tar.gz |
selftest: add a binary mapping for nmblookup4
-rw-r--r-- | selftest/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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') |