X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-pathprefix-with-conf.c;fp=test%2Fparser%2Ftest-pxe-pathprefix-with-conf.c;h=ce1d600dbea3ddb9e84d0377addedde8bac4e243;hb=f94ca3311758854670d25ba4e7853d76c2113402;hp=57f942dd8cad99bd273ef5b9d70f28a865b0766e;hpb=922756a3aefd8ba5c5675efd37df9f43938cf432;p=petitboot diff --git a/test/parser/test-pxe-pathprefix-with-conf.c b/test/parser/test-pxe-pathprefix-with-conf.c index 57f942d..ce1d600 100644 --- a/test/parser/test-pxe-pathprefix-with-conf.c +++ b/test/parser/test-pxe-pathprefix-with-conf.c @@ -34,5 +34,6 @@ 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"); + check_resolved_url_resource(opt->initrd, + "tftp://host/path/to/initrd"); }