s4/selftest: Add smbclient (s3 version) binary to s4/tests
authorNoel Power <noel.power@suse.com>
Mon, 9 Dec 2019 11:30:00 +0000 (11:30 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:28 +0000 (15:08 +0000)
smbclient4 only negotiates smb1, tests probably should use smbclient
instead (except for tests that intentionally are testing smbclient4
itself)

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/selftest/tests.py

index 81a988ac35c82a5ef6ef0f92ec30b48e42a13a27..bbceaebbb4338800d43525f3e637d9bfa6225b7e 100755 (executable)
@@ -52,6 +52,7 @@ else:
 
 nmblookup4 = binpath('nmblookup4')
 smbclient4 = binpath('smbclient4')
+smbclient3 = binpath('smbclient')
 
 bbdir = os.path.join(srcdir(), "testprogs/blackbox")