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=cc28b17bb59411e6031a8273b784e9d1d3a9490d;hpb=b8e53cb4b96eb17dc7fa0ffc505dfebae37e6cbf 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;