]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-pxe-pathprefix-discover.c
Change parser interface to allow stat
[petitboot] / test / parser / test-pxe-pathprefix-discover.c
index 9cb44c8764b7a954a0c3c6b549408c7f8864cff2..8048961824a7a7b6cd632354b856aa8f9fb73ac0 100644 (file)
@@ -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");
 }