t5570: use ls-remote instead of clone for interp tests
commit02adf84ab8996cb80d7468f1d3c13be19f929294
authorJeff King <peff@peff.net>
Thu, 25 Jan 2018 00:55:05 +0000 (24 19:55 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jan 2018 18:44:51 +0000 (25 10:44 -0800)
tree0d4ca03406dae63240d4da34a833e265c60cf0df
parent8279ed033f703d4115bee620dccd32a9ec94d9aa
t5570: use ls-remote instead of clone for interp tests

We don't actually care about the clone operation here; we
just want to know if we were able to actually contact the
remote repository. Using ls-remote does that more
efficiently, and without us having to worry about managing
the tmp.git directory.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5570-git-daemon.sh