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://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5af9b77b553eae80a14dd06f14bf1ee1268a0288;p=git.git 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 --- diff --git a/t/t9142-git-svn-shallow-clone.sh b/t/t9142-git-svn-shallow-clone.sh index fd5ad4947..1236accd9 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