X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-mac-without-conf.c;h=f84d63b7c52a959ac6c603d906d1a684742346fb;hp=72ef94bc6c0392f418ed4218dc80e4999aec72ab;hb=86c9d34380b0074dab1ba89a569a94280d6999c4;hpb=6b0d0a38421c6ff044d005042d7309cbf36aface diff --git a/test/parser/test-pxe-mac-without-conf.c b/test/parser/test-pxe-mac-without-conf.c index 72ef94b..f84d63b 100644 --- a/test/parser/test-pxe-mac-without-conf.c +++ b/test/parser/test-pxe-mac-without-conf.c @@ -15,7 +15,8 @@ void run_test(struct parser_test *test) struct discover_boot_option *opt; struct discover_context *ctx; - test_read_conf_embedded(test, "01-12-34-56-78-9A-BC"); + test_read_conf_embedded_url(test, + "tftp://host/dir/pxelinux.cfg/01-12-34-56-78-9a-bc"); test_set_event_source(test); test_set_event_param(test->ctx->event, "bootfile", "dir/pxe");