X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-grub2-f18-ppc64.c;h=bf59540437610742c6d9058f645c2da43c125591;hp=0baac052f3b5c140b8fbf414d1fe8cdb451573ca;hb=60252961c21a0f102e69373f2bea36f8af495c29;hpb=6e14e1404f36f7706016531e4e19e5e6025a846a diff --git a/test/parser/test-grub2-f18-ppc64.c b/test/parser/test-grub2-f18-ppc64.c index 0baac05..bf59540 100644 --- a/test/parser/test-grub2-f18-ppc64.c +++ b/test/parser/test-grub2-f18-ppc64.c @@ -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;