tftpboot test: fail if reserved-memory node is wrong

pull/2/head
Daniel Barlow 2023-12-21 21:13:16 +00:00
parent 4a606a4b19
commit dbb82339bd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ close $fh
expect {
"s6-linux-init" { exit 0 }
"Reserved memory: unsupported node format, ignoring" { exit 1 }
timeout { exit 1 }
}