liminix/tests/custom-shell/check-prompt.expect

8 lines
127 B
Text
Raw Permalink Normal View History

2024-09-27 10:35:53 +02:00
set timeout 60
spawn socat unix-connect:vm/console -
expect {
"root@liminix blah blah > " { exit 0 }
timeout { exit 1 }
}