Skip to content

Commit 5af9b77

Browse files
author
Eric Wong
committed
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 <[email protected]>
1 parent eaa14ff commit 5af9b77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t9142-git-svn-shallow-clone.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ test_expect_success 'clone trunk with "-r HEAD"' '
2727
( cd g && git rev-parse --symbolic --verify HEAD )
2828
'
2929

30+
stop_httpd
31+
3032
test_done

0 commit comments

Comments
 (0)