projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discover/grub2: Allow to separate the --id argument using a space char
[petitboot]
/
test
/
parser
/
test-yaboot-root-global.c
diff --git
a/test/parser/test-yaboot-root-global.c
b/test/parser/test-yaboot-root-global.c
index 6d8da85104b070cd986473dd23bd5e6546677511..c5e7698ecf82c7c0e2f1a9929c736f0756e7f949 100644
(file)
--- a/
test/parser/test-yaboot-root-global.c
+++ b/
test/parser/test-yaboot-root-global.c
@@
-16,7
+16,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, "/etc/yaboot.conf");
+
test_run_parser(test, "yaboot");
ctx = test->ctx;