summaryrefslogtreecommitdiffstats
path: root/test/parser/test-kboot-single.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/test-kboot-single.c')
-rw-r--r--test/parser/test-kboot-single.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parser/test-kboot-single.c b/test/parser/test-kboot-single.c
index af7bdab..228b06d 100644
--- a/test/parser/test-kboot-single.c
+++ b/test/parser/test-kboot-single.c
@@ -9,7 +9,8 @@ void run_test(struct parser_test *test)
struct discover_boot_option *opt;
struct discover_context *ctx;
- test_read_conf_data(test, config);
+ test_read_conf_data(test, "/kboot.conf", config);
+
test_run_parser(test, "kboot");
ctx = test->ctx;
OpenPOWER on IntegriCloud