diff options
-rwxr-xr-x | wintest/test-s3.py | 2 | ||||
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py index e6dbfc75f1..56fd8f9514 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/smbclient") + t.setvar("smbclient", "bin/smbclient4") t.check_prerequesites() set_libpath(t) diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 32b2c2fc7f..91ae0a245b 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -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 |