From 75496817c2d28aef8b91fce8185814f8d39f69ab Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 14 Mar 2016 17:39:17 +0000 Subject: [uri] Support "file:" URIs describing relative paths Signed-off-by: Michael Brown --- src/tests/uri_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/uri_test.c b/src/tests/uri_test.c index add6e468..92c2f903 100644 --- a/src/tests/uri_test.c +++ b/src/tests/uri_test.c @@ -612,10 +612,10 @@ static struct uri_test uri_iscsi = { /** File URI with relative (opaque) path */ static struct uri_test uri_file_relative = { - "file:script.ipxe", + "file:boot/script.ipxe", { .scheme = "file", - .opaque = "script.ipxe", + .opaque = "boot/script.ipxe", }, }; -- cgit v1.2.3-55-g7522