forked from DGNum/liminix
tftpboot test: fail if reserved-memory node is wrong
This commit is contained in:
parent
4a606a4b19
commit
dbb82339bd
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ close $fh
|
|||
|
||||
expect {
|
||||
"s6-linux-init" { exit 0 }
|
||||
"Reserved memory: unsupported node format, ignoring" { exit 1 }
|
||||
timeout { exit 1 }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue