X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-pathprefix-discover-mac.c;h=3c003fab258d5e5d75febdf535309d96ae47b7dd;hp=1e5fa71e5c8eec377cc375c09931bdfd73cee2a9;hb=e6427db8266f5964d14679c53b55da8e3ee0233c;hpb=30dce4ce0447802e3b54b3f760c5fd8eacbe75ff diff --git a/test/parser/test-pxe-pathprefix-discover-mac.c b/test/parser/test-pxe-pathprefix-discover-mac.c index 1e5fa71..3c003fa 100644 --- a/test/parser/test-pxe-pathprefix-discover-mac.c +++ b/test/parser/test-pxe-pathprefix-discover-mac.c @@ -37,5 +37,5 @@ void run_test(struct parser_test *test) check_resolved_url_resource(opt->boot_image, "tftp://host/path/to/./kernel"); check_resolved_url_resource(opt->initrd, - "tftp://host/initrd"); + "tftp://host/path/to/initrd"); }