Skip to content

Commit

Permalink
wintest: Fix test-s3.py to use smbclient3 under the name smbclient
Browse files Browse the repository at this point in the history
Autobuild-User: Andrew Bartlett <[email protected]>
Autobuild-Date: Tue Jun  5 06:24:39 CEST 2012 on sn-devel-104
  • Loading branch information
abartlet committed Jun 5, 2012
1 parent 1df3982 commit d6cd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wintest/test-s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d6cd48f

Please sign in to comment.