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