Add a test for git-daemon and clone via git:// protocol
commite065ce12e0bdcd1d65f4f6942710a96e47a251f0
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 10 Feb 2008 13:39:10 +0000 (10 13:39 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 7 Feb 2010 19:20:21 +0000 (7 20:20 +0100)
treed1a4c8893570ba0e3c359108583c114a0f9dab25
parent586f59d95e691b2410968d0440b7bb6f5460e849
Add a test for git-daemon and clone via git:// protocol

The new test, t5703-daemon.sh, sets up a simple git-daemon at port 8111
(you can override it with the environment variable GIT_DAEMON_TEST_PORT),
and then tries to clone via git:// from it, first without the
git-daemon-export-ok file (which should fail), and then with it (which
should succeed).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
t/t5703-daemon.sh [new file with mode: 0755]