summaryrefslogtreecommitdiff
path: root/wintest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-02 12:33:48 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-10-03 14:25:57 +0200
commit1773fc06738846dac6c9cbfa3f3157a19f2567c1 (patch)
tree41afea900614b79d3173ca44d14f68ee0aa78286 /wintest
parent1f267ca10e174ec3661631df2169e381136c2540 (diff)
downloadsamba-1773fc06738846dac6c9cbfa3f3157a19f2567c1.tar.gz
samba-1773fc06738846dac6c9cbfa3f3157a19f2567c1.tar.bz2
samba-1773fc06738846dac6c9cbfa3f3157a19f2567c1.zip
wintest: bump version to 4.1
Diffstat (limited to 'wintest')
-rwxr-xr-xwintest/test-s4-howto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py
index c20a4fe963..7477a47441 100755
--- a/wintest/test-s4-howto.py
+++ b/wintest/test-s4-howto.py
@@ -65,7 +65,7 @@ def test_smbclient(t):
t.info('Testing smbclient')
smbclient = t.getvar("smbclient")
t.chdir('${PREFIX}')
- t.cmd_contains("%s --version" % (smbclient), ["Version 4.0"])
+ t.cmd_contains("%s --version" % (smbclient), ["Version 4.1"])
t.retry_cmd('%s -L ${INTERFACE_IP} -U%%' % (smbclient), ["netlogon", "sysvol", "IPC Service"])
child = t.pexpect_spawn('%s //${INTERFACE_IP}/netlogon -Uadministrator%%${PASSWORD1}' % (smbclient))
child.expect("smb:")