X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-pathprefix-discover.c;h=8048961824a7a7b6cd632354b856aa8f9fb73ac0;hp=9cb44c8764b7a954a0c3c6b549408c7f8864cff2;hb=f94ca3311758854670d25ba4e7853d76c2113402;hpb=922756a3aefd8ba5c5675efd37df9f43938cf432 diff --git a/test/parser/test-pxe-pathprefix-discover.c b/test/parser/test-pxe-pathprefix-discover.c index 9cb44c8..8048961 100644 --- a/test/parser/test-pxe-pathprefix-discover.c +++ b/test/parser/test-pxe-pathprefix-discover.c @@ -36,5 +36,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"); }