summaryrefslogtreecommitdiffstats
path: root/test/parser/test-grub2-f18-ppc64.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/test-grub2-f18-ppc64.c')
-rw-r--r--test/parser/test-grub2-f18-ppc64.c4
1 files changed, 3 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud