summaryrefslogtreecommitdiffstats
path: root/test/parser/test-yaboot-empty.c
Commit message (Collapse)AuthorAgeFilesLines
* discover/yaboot: Fix assertion failure on empty yaboot filesJeremy Kerr2013-12-101-0/+12
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>
OpenPOWER on IntegriCloud