]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-grub2-default.c
test/parser: Update test cases as per new parser requesting conf files
[petitboot] / test / parser / test-grub2-default.c
index b3359d099df54a341b9e7baa28a503f3b4249a28..b083510eddb927760f2be204415ea03b9704275d 100644 (file)
@@ -13,7 +13,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;