PEP8: fix E703: statement ends with a semicolon
[bbaumbach/samba-autobuild/.git] / wintest / test-s3.py
index 1c013e908a7bd54a49fedc926423a747c26318ba..71f5f775674a8f54d3f78814fb9a612d0c05969f 100755 (executable)
@@ -176,7 +176,7 @@ def create_root_account(t, vm):
     child = t.pexpect_spawn('bin/net ads password root -Uadministrator%${WIN_PASS}')
     child.expect("Enter new password for root")
     child.sendline("${PASSWORD2}")
-    child.expect("Password change for ");
+    child.expect("Password change for ")
     child.expect(" completed")
     child = t.pexpect_spawn('bin/net rpc shell -S ${WIN_HOSTNAME}.${WIN_REALM} -Uadministrator%${WIN_PASS}')
     child.expect("net rpc>")