2152a3f207
it's hacky as Selby, but it's better than no test
8 lines
No EOL
130 B
Text
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)" |