diff options
author | Eric Wong <normalperson@yhbt.net> | 2009-07-25 02:11:39 -0700 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2009-07-25 04:09:44 -0700 |
commit | 5af9b77b553eae80a14dd06f14bf1ee1268a0288 (patch) | |
tree | 8bf9e4976c17decf914422fbbf0884c14877d452 /t | |
parent | eaa14ff8c7dbe51dfdfe7e2d9ede839fc62dcf52 (diff) | |
download | git-5af9b77b553eae80a14dd06f14bf1ee1268a0288.tar.gz git-5af9b77b553eae80a14dd06f14bf1ee1268a0288.tar.xz |
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')
-rwxr-xr-x | t/t9142-git-svn-shallow-clone.sh | 2 |
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 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 |