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, 0 insertions, 2 deletions
diff --git a/t/helper/test-bundle-uri.c b/t/helper/test-bundle-uri.c
index 09dc78733c..0c5fa723d8 100644
--- a/t/helper/test-bundle-uri.c
+++ b/t/helper/test-bundle-uri.c
@@ -88,8 +88,6 @@ static int cmd_ls_remote(int argc, const char **argv)
die(_("bad repository '%s'"), dest);
die(_("no remote configured to get bundle URIs from"));
}
- if (!remote->url_nr)
- die(_("remote '%s' has no configured URL"), dest);
transport = transport_get(remote, NULL);
if (transport_get_remote_bundle_uri(transport) < 0) {