]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-grub2-default-index.c
Update tests to support changes to pxe_parser
[petitboot] / test / parser / test-grub2-default-index.c
index 78835cd9eb8b82104b29d5d70efaa51677e63403..cef8ef579bbfdfdac4b7a21a85a04944e2538ba9 100644 (file)
@@ -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;