summaryrefslogtreecommitdiffstats
path: root/test/parser/test-grub2-lexer-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/test-grub2-lexer-error.c')
-rw-r--r--test/parser/test-grub2-lexer-error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parser/test-grub2-lexer-error.c b/test/parser/test-grub2-lexer-error.c
index 503ec99..b08760e 100644
--- a/test/parser/test-grub2-lexer-error.c
+++ b/test/parser/test-grub2-lexer-error.c
@@ -7,7 +7,8 @@
void run_test(struct parser_test *test)
{
- test_read_conf_embedded(test);
+ test_read_conf_embedded(test, "/grub.cfg");
+
test_run_parser(test, "grub2");
check_boot_option_count(test->ctx, 0);
}
OpenPOWER on IntegriCloud