]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-pxe-non-url-pathprefix-with-conf.c
Add support for GPG signature enforcement on booted
[petitboot] / test / parser / test-pxe-non-url-pathprefix-with-conf.c
index 36d472699bd408b3ca0872281023a39fb3c67e8e..b8cc2c27cde52bb27f0edea6a18407f1b1e1f7ea 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");
 }