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:
parent
f866755015
commit
d328762164
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user