summaryrefslogtreecommitdiffstats
path: root/test/parser/test-pxe-pathprefix-with-conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/test-pxe-pathprefix-with-conf.c')
-rw-r--r--test/parser/test-pxe-pathprefix-with-conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parser/test-pxe-pathprefix-with-conf.c b/test/parser/test-pxe-pathprefix-with-conf.c
index 57f942d..ce1d600 100644
--- a/test/parser/test-pxe-pathprefix-with-conf.c
+++ b/test/parser/test-pxe-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");
}
OpenPOWER on IntegriCloud