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