diff options
author | Michael Adam <obnox@samba.org> | 2012-05-30 13:10:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-31 06:36:55 +0200 |
commit | 15d567265e65e3d47579232a649d6d54f7b32d35 (patch) | |
tree | ed7496af6a1b94c660bb9af7aa2b95d052760598 /selftest | |
parent | 769908540f047f24fcd3c57a90843abca85252b2 (diff) | |
download | samba-15d567265e65e3d47579232a649d6d54f7b32d35.tar.gz |
build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu May 31 06:36:55 CEST 2012 on sn-devel-104
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest/wscript b/selftest/wscript index 140cd6da92b..ea37a62cc84 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -112,8 +112,8 @@ def cmd_testonly(opt): binary_mapping = ('nmblookup3:nmblookup,' + 'nmblookup4:nmblookup4,' + - 'smbclient3:smbclient3,' + - 'smbclient4:smbclient,' + + 'smbclient3:smbclient,' + + 'smbclient4:smbclient4,' + 'smbtorture4:smbtorture,' + 'ntlm_auth3:ntlm_auth3') |