projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa14ff
)
t9142: stop httpd after the test
author
Eric Wong
<normalperson@yhbt.net>
Sat, 25 Jul 2009 09:11:39 +0000
(
02:11
-0700)
committer
Eric Wong
<normalperson@yhbt.net>
Sat, 25 Jul 2009 11:09:44 +0000
(
04:09
-0700)
Otherwise it would fail in subsequent runs if the same
SVN_HTTPD_PORT was used.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
t/t9142-git-svn-shallow-clone.sh
patch
|
blob
|
history
diff --git
a/t/t9142-git-svn-shallow-clone.sh
b/t/t9142-git-svn-shallow-clone.sh
index fd5ad49471dfd1542c23802534eedb7964e66568..1236accd993d5bc1a80fbda720ce229f8e93940c 100755
(executable)
--- 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