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 <normalperson@yhbt.net>
1 parent eaa14ff commit 5af9b77

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)