aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-bundle-uri.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-bundle-uri.c')
-rw-r--r--t/helper/test-bundle-uri.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/helper/test-bundle-uri.c b/t/helper/test-bundle-uri.c
index f815918701..5df5bc3b89 100644
--- a/t/helper/test-bundle-uri.c
+++ b/t/helper/test-bundle-uri.c
@@ -40,6 +40,8 @@ static int cmd__bundle_uri_parse(int argc, const char **argv, enum input_mode mo
init_bundle_list(&list);
+ list.baseURI = xstrdup("<uri>");
+
switch (mode) {
case KEY_VALUE_PAIRS:
if (argc != 1)