summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-07-31 08:44:11 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-07-31 08:46:54 +0800
commit404c07fc44449be7b011d1961280ef9c96e0760d (patch)
tree44895f619b461a31d4251af5e68a4da887ff9450 /test/parser/Makefile.am
parent37d865eb008f746a0b013557312c6b44c7236eb7 (diff)
downloadtalos-petitboot-404c07fc44449be7b011d1961280ef9c96e0760d.tar.gz
talos-petitboot-404c07fc44449be7b011d1961280ef9c96e0760d.zip
parser/yaboot: Fix check for image presence
In the cleanup of yaboot option state, 3fb8fb6fb, we change from checking opt->boot_image to opt, to indicate that we're parsing an image section. We missed one check, which is causing a segfault due to the null opt. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index f1458cd..bb45a40 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -34,6 +34,7 @@ TESTS = \
test-kboot-single \
test-yaboot-single \
test-yaboot-external \
+ test-yaboot-root-global \
test-yaboot-rh8-ppc64 \
test-pxe-single \
test-pxe-initrd-in-append
OpenPOWER on IntegriCloud