improve liminix-rebuild test

* make it executable
* improve robustness
* do't hardcode services.default (why did it do this?)
This commit is contained in:
Daniel Barlow
2024-03-28 21:27:35 +00:00
parent 76f11bcc93
commit b60126775a
3 changed files with 9 additions and 7 deletions

View File

@@ -5,4 +5,9 @@ send "\r\n"
expect {
"# " { send "hostname\r\n" };
}
expect "(none)"
expect {
"(none)" {}
"liminix" {}
timeout { exit(1) }
}