]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-pxe-pathprefix-with-conf.c
discover/pxe: pxe parser should only treat "::" paths as absolute
[petitboot] / test / parser / test-pxe-pathprefix-with-conf.c
index 57f942dd8cad99bd273ef5b9d70f28a865b0766e..ce1d600dbea3ddb9e84d0377addedde8bac4e243 100644 (file)
@@ -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");
 }