]> git.ipfire.org Git - thirdparty/git.git/commit
t9142: Move call to start_httpd into the setup test
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 14 Dec 2010 18:20:38 +0000 (18:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Dec 2010 19:07:52 +0000 (11:07 -0800)
commit531dd7bbf4e579334cddb5be54af94c8d339df10
tree36a0566ce7edfe2703acc072ca69e28631965b90
parentfbbfc8a9bb91ddd325995cc346eab91c06c9cd64
t9142: Move call to start_httpd into the setup test

In addition to being more consistent with the other calls to
start_httpd in tests t9115-*.sh, t9118-*.sh and t9120-*.sh, this
has the added benefit of making the test less noisy. (start_httpd
writes "SVN_HTTPD_PORT is not defined!" on stderr.)

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9142-git-svn-shallow-clone.sh