X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-kboot-single.c;h=228b06dde35fec5688754d6919aed6f0edc8df09;hp=af7bdabdaf59bc98d5573d00fa6fc3d33d1ba887;hb=07a5f9f1c50a9185851cd486d732976573d15c4f;hpb=30b2ac42df8827f2181c7294b2a628bbcc1cfef8 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;