diff options
Diffstat (limited to 'test/parser/test-yaboot-default.c')
-rw-r--r-- | test/parser/test-yaboot-default.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parser/test-yaboot-default.c b/test/parser/test-yaboot-default.c index 66ba3a2..4143def 100644 --- a/test/parser/test-yaboot-default.c +++ b/test/parser/test-yaboot-default.c @@ -15,7 +15,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; |