]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-kboot-single.c
discover/grub2: Allow to separate the --id argument using a space char
[petitboot] / test / parser / test-kboot-single.c
index af7bdabdaf59bc98d5573d00fa6fc3d33d1ba887..228b06dde35fec5688754d6919aed6f0edc8df09 100644 (file)
@@ -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;