diff --git a/tests/test-pull-c.c b/tests/test-pull-c.c index 43d5d61d..c2d64dcc 100644 --- a/tests/test-pull-c.c +++ b/tests/test-pull-c.c @@ -49,6 +49,8 @@ test_data_init (TestData *td) if (!g_file_get_contents ("httpd-address", &http_address, NULL, error)) goto out; + g_strstrip (http_address); + repo_url = g_strconcat (http_address, "/ostree/gnomerepo", NULL); { g_autoptr(GVariantBuilder) builder = g_variant_builder_new (G_VARIANT_TYPE ("a{sv}"));