diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-05 11:51:18 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-05 06:24:39 +0200 |
commit | d6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6 (patch) | |
tree | a5a02f92681d266abfa99ef9ab6532a0836dd815 /wintest | |
parent | 1df39825e4e5e0db3654d1c2eac4697c30457ab2 (diff) | |
download | samba-d6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6.tar.gz |
wintest: Fix test-s3.py to use smbclient3 under the name smbclient
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Jun 5 06:24:39 CEST 2012 on sn-devel-104
Diffstat (limited to 'wintest')
-rwxr-xr-x | wintest/test-s3.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |