summaryrefslogtreecommitdiffstats
path: root/test/parser/test-grub2-single.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/test-grub2-single.c')
-rw-r--r--test/parser/test-grub2-single.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parser/test-grub2-single.c b/test/parser/test-grub2-single.c
index 7db8eb9..f12fe53 100644
--- a/test/parser/test-grub2-single.c
+++ b/test/parser/test-grub2-single.c
@@ -13,7 +13,8 @@ void run_test(struct parser_test *test)
struct discover_boot_option *opt;
struct discover_context *ctx;
- test_read_conf_embedded(test);
+ test_read_conf_embedded(test, "/grub2/grub.cfg");
+
test_run_parser(test, "grub2");
ctx = test->ctx;
OpenPOWER on IntegriCloud