Skip to content

Commit

Permalink
t9142: stop httpd after the test
Browse files Browse the repository at this point in the history
Otherwise it would fail in subsequent runs if the same
SVN_HTTPD_PORT was used.

Signed-off-by: Eric Wong <[email protected]>
  • Loading branch information
Eric Wong committed Jul 25, 2009
1 parent eaa14ff commit 5af9b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/t9142-git-svn-shallow-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ test_expect_success 'clone trunk with "-r HEAD"' '
( cd g && git rev-parse --symbolic --verify HEAD )
'

stop_httpd

test_done

0 comments on commit 5af9b77

Please sign in to comment.