From: Andrew Bartlett Date: Tue, 5 Jun 2012 01:51:18 +0000 (+1000) Subject: wintest: Fix test-s3.py to use smbclient3 under the name smbclient X-Git-Tag: samba-4.0.0beta1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6;p=thirdparty%2Fsamba.git wintest: Fix test-s3.py to use smbclient3 under the name smbclient Autobuild-User: Andrew Bartlett Autobuild-Date: Tue Jun 5 06:24:39 CEST 2012 on sn-devel-104 --- diff --git a/wintest/test-s3.py b/wintest/test-s3.py index 56fd8f9514e..e6dbfc75f1f 100755 --- a/wintest/test-s3.py +++ b/wintest/test-s3.py @@ -187,7 +187,7 @@ def test_s3(t): '''basic s3 testing''' t.setvar("SAMBA_VERSION", "Version 4") - t.setvar("smbclient", "bin/smbclient4") + t.setvar("smbclient", "bin/smbclient") t.check_prerequesites() set_libpath(t)