X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-grub2-default-multiword.c;h=25d1cf1e5f0b3398a7d7a6ae9fe772c6c21cc84f;hp=f7993fece510c0b83d4823495b51d1ede338c9a0;hb=51fb307dfdbb8f238d15520a74e33ef4fea52e4d;hpb=1972d9cfcc5300cd8cb2f587d9bc5f856322ae8f diff --git a/test/parser/test-grub2-default-multiword.c b/test/parser/test-grub2-default-multiword.c index f7993fe..25d1cf1 100644 --- a/test/parser/test-grub2-default-multiword.c +++ b/test/parser/test-grub2-default-multiword.c @@ -16,7 +16,7 @@ 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, "/grub2/grub.cfg"); test_run_parser(test, "grub2"); ctx = test->ctx;