akiko19191 commited on
Commit
fe1d0e0
·
verified ·
1 Parent(s): d4c3765

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +0 -1
tests.py CHANGED
@@ -112,7 +112,6 @@ def run(cmd, timeout_sec,forever_cmd):
112
  print(child.readline().decode())
113
  child.sendline('password')
114
  print(child.readline().decode())
115
- child.sendline('Y')
116
  print(child.readline().decode())
117
 
118
  child.sendline('PROMPT_COMMAND="echo END"')
 
112
  print(child.readline().decode())
113
  child.sendline('password')
114
  print(child.readline().decode())
 
115
  print(child.readline().decode())
116
 
117
  child.sendline('PROMPT_COMMAND="echo END"')