liminix/tests/min-copy-closure/wait-until-ready.expect

13 lines
182 B
Plaintext
Raw Permalink Normal View History

2023-05-07 21:02:10 +00:00
set timeout 60
spawn socat unix-connect:vm/console -
send "\r\n"
expect {
"# " { send "hostname\r\n" };
}
expect {
"(none)" {}
"liminix" {}
timeout { exit(1) }
}