From: Noel Power Date: Mon, 9 Dec 2019 11:30:00 +0000 (+0000) Subject: s4/selftest: Add smbclient (s3 version) binary to s4/tests X-Git-Tag: ldb-2.2.0~1093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d77b3ea9fea3766608aa5e2c797e2fa374f60e;p=thirdparty%2Fsamba.git s4/selftest: Add smbclient (s3 version) binary to s4/tests smbclient4 only negotiates smb1, tests probably should use smbclient instead (except for tests that intentionally are testing smbclient4 itself) Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 81a988ac35c..bbceaebbb43 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -52,6 +52,7 @@ else: nmblookup4 = binpath('nmblookup4') smbclient4 = binpath('smbclient4') +smbclient3 = binpath('smbclient') bbdir = os.path.join(srcdir(), "testprogs/blackbox")