summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2017-12-01 15:56:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-14 18:41:54 (GMT)
commit78109771053976350d76df6aaad1fcdb09873a7c (patch)
tree7c9e447cfb39d8b5ec2318100ce0f41b0d6dd05c
parent3013dff8662eae06457fe6e5348dfe2270810ab2 (diff)
downloadgit-78109771053976350d76df6aaad1fcdb09873a7c.zip
git-78109771053976350d76df6aaad1fcdb09873a7c.tar.gz
git-78109771053976350d76df6aaad1fcdb09873a7c.tar.bz2
t/lib-git-svn: cleanup inconsistent tab/space usage
Acked-by: Eric Wong <e@80x24.org> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Todd Zullinger <tmz@pobox.com>
-rw-r--r--t/lib-git-svn.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/t/lib-git-svn.sh b/t/lib-git-svn.sh
index 688313e..84366b2 100644
--- a/t/lib-git-svn.sh
+++ b/t/lib-git-svn.sh
@@ -17,8 +17,8 @@ SVN_TREE=$GIT_SVN_DIR/svn-tree
svn >/dev/null 2>&1
if test $? -ne 1
then
- skip_all='skipping git svn tests, svn not found'
- test_done
+ skip_all='skipping git svn tests, svn not found'
+ test_done
fi
svnrepo=$PWD/svnrepo
@@ -110,18 +110,18 @@ EOF
}
require_svnserve () {
- if test -z "$SVNSERVE_PORT"
- then
- skip_all='skipping svnserve test. (set $SVNSERVE_PORT to enable)'
- test_done
- fi
+ if test -z "$SVNSERVE_PORT"
+ then
+ skip_all='skipping svnserve test. (set $SVNSERVE_PORT to enable)'
+ test_done
+ fi
}
start_svnserve () {
- svnserve --listen-port $SVNSERVE_PORT \
- --root "$rawsvnrepo" \
- --listen-once \
- --listen-host 127.0.0.1 &
+ svnserve --listen-port $SVNSERVE_PORT \
+ --root "$rawsvnrepo" \
+ --listen-once \
+ --listen-host 127.0.0.1 &
}
prepare_a_utf8_locale () {