summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/uri_test.c4
1 files changed, 2 insertions, 2 deletions
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",
},
};