]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-grub2-f18-ppc64.c
test/parser: Update test cases as per new parser requesting conf files
[petitboot] / test / parser / test-grub2-f18-ppc64.c
index 0baac052f3b5c140b8fbf414d1fe8cdb451573ca..bf59540437610742c6d9058f645c2da43c125591 100644 (file)
@@ -8,7 +8,9 @@ void run_test(struct parser_test *test)
        struct discover_device *dev;
        int i;
 
-       test_read_conf_file(test, "grub2-f18-ppc64.conf");
+       test_read_conf_file(test, "grub2-f18-ppc64.conf",
+                       "/boot/grub2/grub.cfg");
+
        test_run_parser(test, "grub2");
 
        ctx = test->ctx;