diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:48:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:48:34 -0700 |
| commit | 612c3dfb06675bf65831a7eb8b51ecc57224f5ef (patch) | |
| tree | 469b2b41af3ac67016fccdf2d0adf420dfb14dd4 /t/t9142-git-svn-shallow-clone.sh | |
| parent | Merge branch 'js/t4130-rename-without-ino' (diff) | |
| parent | git svn: migrate tests to use lib-httpd (diff) | |
| download | git-612c3dfb06675bf65831a7eb8b51ecc57224f5ef.tar.gz git-612c3dfb06675bf65831a7eb8b51ecc57224f5ef.zip | |
Merge branch 'ew/git-svn-http-tests'
Tests for "git svn" have been taught to reuse the lib-httpd test
infrastructure when testing the subversion integration that
interacts with subversion repositories served over the http://
protocol.
* ew/git-svn-http-tests:
git svn: migrate tests to use lib-httpd
t/t91*: do not say how to avoid the tests
Diffstat (limited to 't/t9142-git-svn-shallow-clone.sh')
| -rwxr-xr-x | t/t9142-git-svn-shallow-clone.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9142-git-svn-shallow-clone.sh b/t/t9142-git-svn-shallow-clone.sh index e21ee5f663..9ee23be640 100755 --- a/t/t9142-git-svn-shallow-clone.sh +++ b/t/t9142-git-svn-shallow-clone.sh @@ -18,7 +18,7 @@ test_expect_success 'setup test repository' ' svn_cmd add foo && svn_cmd commit -m "add foo" ) && - start_httpd + maybe_start_httpd ' test_expect_success 'clone trunk with "-r HEAD"' ' |
