summaryrefslogtreecommitdiff
path: root/wintest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-05 11:51:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-05 06:24:39 +0200
commitd6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6 (patch)
treea5a02f92681d266abfa99ef9ab6532a0836dd815 /wintest
parent1df39825e4e5e0db3654d1c2eac4697c30457ab2 (diff)
downloadsamba-d6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6.tar.gz
samba-d6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6.tar.bz2
samba-d6cd48fca6bc69e7c8c5070790ec5d48a6dcf3f6.zip
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-xwintest/test-s3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py
index 56fd8f9514..e6dbfc75f1 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)