]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-pxe-pathprefix-discover-mac.c
Add support for GPG signature enforcement on booted
[petitboot] / test / parser / test-pxe-pathprefix-discover-mac.c
index 1e5fa71e5c8eec377cc375c09931bdfd73cee2a9..3c003fab258d5e5d75febdf535309d96ae47b7dd 100644 (file)
@@ -37,5 +37,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");
 }