summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-12-10 08:54:17 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-12-10 09:03:43 +0800
commit32e2eac76dcdc7b54454c9f3731496f8947cdbbc (patch)
tree000d05f7e139fde7a39d1a59781878ab8e601d32 /test/parser/Makefile.am
parent6c40be15d13765c004e3568cd50b543e1fb74648 (diff)
downloadtalos-petitboot-32e2eac76dcdc7b54454c9f3731496f8947cdbbc.tar.gz
talos-petitboot-32e2eac76dcdc7b54454c9f3731496f8947cdbbc.zip
discover/yaboot: Fix assertion failure on empty yaboot files
yaboot configuration files with no option will cause an assertion failure (or segfault), as we unconditionally call yaboot_finish(). Check for the presence of an option in yaboot_finish() instead of asserting. 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 46f87ce..abc95bb 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -42,6 +42,7 @@ TESTS = \
test-grub2-lexer-error \
test-grub2-parser-error \
test-kboot-single \
+ test-yaboot-empty \
test-yaboot-single \
test-yaboot-partition \
test-yaboot-partition-override \
OpenPOWER on IntegriCloud