From e40170f7d57be7b68f8743387ec1761ce24300c5 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 18 Mar 2023 19:16:27 +0000 Subject: [PATCH] pppoe test: update to expect change in root's PS1 --- tests/pppoe/getaddress.expect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pppoe/getaddress.expect b/tests/pppoe/getaddress.expect index ea283e9..2cc1211 100644 --- a/tests/pppoe/getaddress.expect +++ b/tests/pppoe/getaddress.expect @@ -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 } {