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