From: Eric Wong Date: Sat, 25 Jul 2009 09:11:39 +0000 (-0700) Subject: t9142: stop httpd after the test X-Git-Tag: v1.6.4-rc3~2^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5af9b77b553eae80a14dd06f14bf1ee1268a0288?ds=inline;hp=--cc t9142: stop httpd after the test Otherwise it would fail in subsequent runs if the same SVN_HTTPD_PORT was used. Signed-off-by: Eric Wong --- 5af9b77b553eae80a14dd06f14bf1ee1268a0288 diff --git a/t/t9142-git-svn-shallow-clone.sh b/t/t9142-git-svn-shallow-clone.sh index fd5ad49471..1236accd99 100755 --- a/t/t9142-git-svn-shallow-clone.sh +++ b/t/t9142-git-svn-shallow-clone.sh @@ -27,4 +27,6 @@ test_expect_success 'clone trunk with "-r HEAD"' ' ( cd g && git rev-parse --symbolic --verify HEAD ) ' +stop_httpd + test_done