X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-grub2-default-index.c;h=cef8ef579bbfdfdac4b7a21a85a04944e2538ba9;hp=78835cd9eb8b82104b29d5d70efaa51677e63403;hb=86c9d34380b0074dab1ba89a569a94280d6999c4;hpb=1972d9cfcc5300cd8cb2f587d9bc5f856322ae8f;ds=sidebyside diff --git a/test/parser/test-grub2-default-index.c b/test/parser/test-grub2-default-index.c index 78835cd..cef8ef5 100644 --- a/test/parser/test-grub2-default-index.c +++ b/test/parser/test-grub2-default-index.c @@ -19,7 +19,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, "/boot/grub2/grub.cfg"); test_run_parser(test, "grub2"); ctx = test->ctx;