X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-non-url-conf.c;h=491a40bd839e82b575a51647320eef4e60bb49ce;hp=08f246a9fd88b976c2aa1bce4526d21694c3cac6;hb=d14bf38b9881c385478a460e3058d7cadee107fb;hpb=08e967ee301b502b2114e3855210a0b2600d095c diff --git a/test/parser/test-pxe-non-url-conf.c b/test/parser/test-pxe-non-url-conf.c index 08f246a..491a40b 100644 --- a/test/parser/test-pxe-non-url-conf.c +++ b/test/parser/test-pxe-non-url-conf.c @@ -15,7 +15,7 @@ void run_test(struct parser_test *test) struct discover_boot_option *opt; struct discover_context *ctx; - test_read_conf_embedded(test, "conf.txt"); + test_read_conf_embedded_url(test, "tftp://host/conf.txt"); test_set_event_source(test); test_set_event_param(test->ctx->event, "siaddr", "host");