X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-non-url-pathprefix-with-conf.c;h=b8cc2c27cde52bb27f0edea6a18407f1b1e1f7ea;hp=36d472699bd408b3ca0872281023a39fb3c67e8e;hb=a70b45006752970840fdfff0a595d293b67a8548;hpb=f2acf9d2573ebbfb7478e97c4066c128ddaa5a18 diff --git a/test/parser/test-pxe-non-url-pathprefix-with-conf.c b/test/parser/test-pxe-non-url-pathprefix-with-conf.c index 36d4726..b8cc2c2 100644 --- a/test/parser/test-pxe-non-url-pathprefix-with-conf.c +++ b/test/parser/test-pxe-non-url-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"); }