forked from DGNum/liminix
pppoe test: update to expect change in root's PS1
This commit is contained in:
parent
b85492c744
commit
e40170f7d5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set timeout 60
|
||||||
spawn socat unix-connect:vm/console -
|
spawn socat unix-connect:vm/console -
|
||||||
send "\r\n"
|
send "\r\n"
|
||||||
expect "login:" { send "root\r\n" }
|
expect "login:" { send "root\r\n" }
|
||||||
expect "/ #"
|
expect "#"
|
||||||
set FINISHED 0
|
set FINISHED 0
|
||||||
set EXIT "1"
|
set EXIT "1"
|
||||||
while { $FINISHED < 5 } {
|
while { $FINISHED < 5 } {
|
||||||
|
|
Loading…
Reference in a new issue