From 5af9b77b553eae80a14dd06f14bf1ee1268a0288 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 25 Jul 2009 02:11:39 -0700 Subject: [PATCH] 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 --- t/t9142-git-svn-shallow-clone.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.4.GIT