t/interop: add test of old clients against modern git-daemon
commitbd4d9d993c1202615178f86a947a5c63e706860f
authorJeff King <peff@peff.net>
Sat, 25 Feb 2017 09:37:30 +0000 (25 04:37 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 22:30:25 +0000 (10 14:30 -0800)
tree1381de60b357e326953deb1ff64ad8d9f61b45d6
parent3d8936153d8a962ace54a055ebdb308b09ca7c97
t/interop: add test of old clients against modern git-daemon

This test just checks that old clients can clone and fetch
from a newer git-daemon. The opposite should also be true,
but it's hard to test ancient versions of git-daemon because
they lack basic options like "--listen".

Note that we have to make a slight tweak to the
lib-git-daemon helper from the regular tests, so that it
starts the daemon with our correct git.a version.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/interop/i5500-git-daemon.sh [new file with mode: 0755]
t/lib-git-daemon.sh