X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2Ftest-yaboot-root-global.c;h=c5e7698ecf82c7c0e2f1a9929c736f0756e7f949;hb=b406c38d03dade199ab575ea5992c26a5806a8bd;hp=6d8da85104b070cd986473dd23bd5e6546677511;hpb=404c07fc44449be7b011d1961280ef9c96e0760d;p=petitboot diff --git a/test/parser/test-yaboot-root-global.c b/test/parser/test-yaboot-root-global.c index 6d8da85..c5e7698 100644 --- a/test/parser/test-yaboot-root-global.c +++ b/test/parser/test-yaboot-root-global.c @@ -16,7 +16,8 @@ void run_test(struct parser_test *test) struct discover_boot_option *opt; struct discover_context *ctx; - test_read_conf_embedded(test); + test_read_conf_embedded(test, "/etc/yaboot.conf"); + test_run_parser(test, "yaboot"); ctx = test->ctx;