X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-grub2-single.c;h=f12fe535ff645afb0be84c032abfceb75a30f141;hp=7db8eb957896ab7bad2ca4f4a42b5744a719ef01;hb=cc28b17bb59411e6031a8273b784e9d1d3a9490d;hpb=b8e53cb4b96eb17dc7fa0ffc505dfebae37e6cbf diff --git a/test/parser/test-grub2-single.c b/test/parser/test-grub2-single.c index 7db8eb9..f12fe53 100644 --- a/test/parser/test-grub2-single.c +++ b/test/parser/test-grub2-single.c @@ -13,7 +13,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, "/grub2/grub.cfg"); + test_run_parser(test, "grub2"); ctx = test->ctx;