Skip to content

Commit

Permalink
wintest: bump version to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed Oct 3, 2012
1 parent 1f267ca commit 1773fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wintest/test-s4-howto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:")
Expand Down

0 comments on commit 1773fc0

Please sign in to comment.