]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-grub2-ubuntu-13_04-x86.c
test/parser: Update test cases as per new parser requesting conf files
[petitboot] / test / parser / test-grub2-ubuntu-13_04-x86.c
index 8f9785862d3826d27da4f51ced71dd717d2b9dbb..2f9aefd47333aa02afa12b289d78a538765017d6 100644 (file)
@@ -7,7 +7,8 @@ void run_test(struct parser_test *test)
        struct discover_context *ctx;
        struct discover_device *dev;
 
-       test_read_conf_file(test, "grub2-ubuntu-13_04-x86.conf");
+       test_read_conf_file(test, "grub2-ubuntu-13_04-x86.conf", "/grub.cfg");
+
        test_run_parser(test, "grub2");
 
        ctx = test->ctx;