diff options
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 32b2c2fc7f4..91ae0a245b5 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 |