pppoe test: update to expect change in root's PS1

module-based-network
Daniel Barlow 2023-03-18 19:16:27 +00:00
parent b85492c744
commit e40170f7d5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set timeout 60
spawn socat unix-connect:vm/console -
send "\r\n"
expect "login:" { send "root\r\n" }
expect "/ #"
expect "#"
set FINISHED 0
set EXIT "1"
while { $FINISHED < 5 } {