1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

wintest: use (renamed) smbclient4 tool as smbclient

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu May 31 13:23:34 CEST 2012 on sn-devel-104
This commit is contained in:
Michael Adam 2012-05-30 15:24:18 +02:00 committed by Andrew Bartlett
parent f866755015
commit d328762164
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ def test_s3(t):
'''basic s3 testing'''
t.setvar("SAMBA_VERSION", "Version 4")
t.setvar("smbclient", "bin/smbclient")
t.setvar("smbclient", "bin/smbclient4")
t.check_prerequesites()
set_libpath(t)

View File

@ -552,7 +552,7 @@ def test_howto(t):
'''test the Samba4 howto'''
t.setvar("SAMBA_VERSION", "Version 4")
t.setvar("smbclient", "bin/smbclient")
t.setvar("smbclient", "bin/smbclient4")
t.check_prerequesites()
# we don't need fsync safety in these tests