X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-pathprefix-with-conf.c;h=ce1d600dbea3ddb9e84d0377addedde8bac4e243;hb=999fd1a2053421b55cdd876049c40beb2921807f;hp=57f942dd8cad99bd273ef5b9d70f28a865b0766e;hpb=f2acf9d2573ebbfb7478e97c4066c128ddaa5a18;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"); }