liminix-fork/tests/min-copy-closure/wait-until-ready.expect
Daniel Barlow 2152a3f207 a test for liminix-rebuild
it's hacky as Selby, but it's better than no test
2023-12-29 22:11:04 +00:00

8 lines
No EOL
130 B
Text

set timeout 60
spawn socat unix-connect:vm/console -
send "\r\n"
expect {
"# " { send "hostname\r\n" };
}
expect "(none)"