summaryrefslogtreecommitdiff
path: root/t/t9142-git-svn-shallow-clone.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-25 09:11:39 (GMT)
committerEric Wong <normalperson@yhbt.net>2009-07-25 11:09:44 (GMT)
commit5af9b77b553eae80a14dd06f14bf1ee1268a0288 (patch)
tree8bf9e4976c17decf914422fbbf0884c14877d452 /t/t9142-git-svn-shallow-clone.sh
parenteaa14ff8c7dbe51dfdfe7e2d9ede839fc62dcf52 (diff)
downloadgit-5af9b77b553eae80a14dd06f14bf1ee1268a0288.zip
git-5af9b77b553eae80a14dd06f14bf1ee1268a0288.tar.gz
git-5af9b77b553eae80a14dd06f14bf1ee1268a0288.tar.bz2
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 <normalperson@yhbt.net>
Diffstat (limited to 't/t9142-git-svn-shallow-clone.sh')
-rwxr-xr-xt/t9142-git-svn-shallow-clone.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9142-git-svn-shallow-clone.sh b/t/t9142-git-svn-shallow-clone.sh
index fd5ad49..1236acc 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