liminix/tests/min-copy-closure/wait-until-ready.expect
Daniel Barlow b60126775a improve liminix-rebuild test
* make it executable
* improve robustness
* do't hardcode services.default (why did it do this?)
2024-03-28 21:37:47 +00:00

13 lines
No EOL
182 B
Text

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