summaryrefslogtreecommitdiffstats
path: root/t/t9113-git-svn-dcommit-new-file.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-19 05:30:12 +0200
committerJunio C Hamano <gitster@pobox.com>2008-09-19 05:30:12 +0200
commit3791f77c28f233df121da2f83abf7eefc7b49b69 (patch)
tree8c50a58cf599933aa412a30d7cac615092d42aa0 /t/t9113-git-svn-dcommit-new-file.sh
parentMerge branch 'jc/diff-prefix' (diff)
parentMerge branch 'dp/maint-rebase-fix' into maint (diff)
downloadgit-3791f77c28f233df121da2f83abf7eefc7b49b69.tar.xz
git-3791f77c28f233df121da2f83abf7eefc7b49b69.zip
Merge branch 'maint'
* maint: sha1_file: link() returns -1 on failure, not errno Make git archive respect core.autocrlf when creating zip format archives Add new test to demonstrate git archive core.autocrlf inconsistency gitweb: avoid warnings for commits without body Clarified gitattributes documentation regarding custom hunk header. git-svn: fix handling of even funkier branch names git-svn: Always create a new RA when calling do_switch for svn:// git-svn: factor out svnserve test code for later use diff/diff-files: do not use --cc too aggressively
Diffstat (limited to 't/t9113-git-svn-dcommit-new-file.sh')
-rwxr-xr-xt/t9113-git-svn-dcommit-new-file.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/t/t9113-git-svn-dcommit-new-file.sh b/t/t9113-git-svn-dcommit-new-file.sh
index 250c53022b..e9b6128b3f 100755
--- a/t/t9113-git-svn-dcommit-new-file.sh
+++ b/t/t9113-git-svn-dcommit-new-file.sh
@@ -12,19 +12,7 @@ test_description='git svn dcommit new files over svn:// test'
. ./lib-git-svn.sh
-if test -z "$SVNSERVE_PORT"
-then
- say 'skipping svnserve test. (set $SVNSERVE_PORT to enable)'
- test_done
- exit
-fi
-
-start_svnserve () {
- svnserve --listen-port $SVNSERVE_PORT \
- --root "$rawsvnrepo" \
- --listen-once \
- --listen-host 127.0.0.1 &
-}
+require_svnserve
test_expect_success 'start tracking an empty repo' '
svn mkdir -m "empty dir" "$svnrepo"/empty-dir &&