From: Michael Adam Date: Thu, 24 May 2012 23:40:32 +0000 (+0200) Subject: selftest: add a binary mapping for smbclient4 X-Git-Tag: samba-4.0.0beta1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37194f5f25304f062cdb2eebafcc5b7c7dfc8ca2;p=thirdparty%2Fsamba.git selftest: add a binary mapping for smbclient4 --- diff --git a/selftest/wscript b/selftest/wscript index 563edfb5241..140cd6da92b 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -113,6 +113,7 @@ def cmd_testonly(opt): binary_mapping = ('nmblookup3:nmblookup,' + 'nmblookup4:nmblookup4,' + 'smbclient3:smbclient3,' + + 'smbclient4:smbclient,' + 'smbtorture4:smbtorture,' + 'ntlm_auth3:ntlm_auth3')