author | Clemens Buchacher <drizzd@aon.at> | |
Sat, 7 Jan 2012 11:42:45 +0000 (12:42 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 8 Jan 2012 23:07:40 +0000 (15:07 -0800) | ||
commit | 71039fb9d562731ed700ef072b6fcb18e2478361 | |
tree | 191b9955c98e2a82e61f70887bb37f8ed310662c | tree | snapshot |
parent | 10c6cddd928b24ac6030a172c6c7b46efb32aedc | commit | diff |
git-daemon: add tests
The semantics of the git daemon tests are similar to the http transport
tests. In fact, they are only a slightly modified copy of t5550, plus the
newly added remote error tests.
All git-daemon tests will be skipped unless the environment variable
GIT_TEST_GIT_DAEMON is set.
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The semantics of the git daemon tests are similar to the http transport
tests. In fact, they are only a slightly modified copy of t5550, plus the
newly added remote error tests.
All git-daemon tests will be skipped unless the environment variable
GIT_TEST_GIT_DAEMON is set.
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-git-daemon.sh | [new file with mode: 0644] | blob |
t/t5570-git-daemon.sh | [new file with mode: 0755] | blob |