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>
Todd Zullinger committed
Dec 1, 2017 at 10:56 UTC
78109771053976350d76df6aaad1fcdb09873a7c
1 file changed
+11
-11
t/lib-git-svn.sh
+11
-11
@@ -17,8 +17,8 @@ SVN_TREE=$GIT_SVN_DIR/svn-tree
17
svn >/dev/null 2>&1
18
if test $? -ne 1
19
then
20
- skip_all='skipping git svn tests, svn not found'
21
- test_done
20
+ skip_all='skipping git svn tests, svn not found'
21
+ test_done
22
fi
23
24
svnrepo=$PWD/svnrepo
@@ -110,18 +110,18 @@ EOF
110
}
111
112
require_svnserve () {
113
- if test -z "$SVNSERVE_PORT"
114
- then
115
- skip_all='skipping svnserve test. (set $SVNSERVE_PORT to enable)'
116
- test_done
117
- fi
113
+ if test -z "$SVNSERVE_PORT"
114
+ then
115
+ skip_all='skipping svnserve test. (set $SVNSERVE_PORT to enable)'
116
+ test_done
117
+ fi
118
}
119
120
start_svnserve () {
121
- svnserve --listen-port $SVNSERVE_PORT \
122
- --root "$rawsvnrepo" \
123
- --listen-once \
124
- --listen-host 127.0.0.1 &
121
+ svnserve --listen-port $SVNSERVE_PORT \
122
+ --root "$rawsvnrepo" \
123
+ --listen-once \
124
+ --listen-host 127.0.0.1 &
125
}
126
127
prepare_a_utf8_locale () {