t/t91*: do not say how to avoid the tests
Some of the tests "say" how to stop the svn tests from running, some do not. The test suite is directed at people reading t/README where we keep all information about running the test suite (partly, with options etc.). Remove said "say" occurences. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Michael J Gruber committed
Jul 23, 2016 at 04:26 UTC
7b232add79b5d95a1f5dbdf72eeb8fa9a6b92a56
3 files changed
-5
t/t9100-git-svn-basic.sh
-2
@@ -8,8 +8,6 @@ GIT_SVN_LC_ALL=${LC_ALL:-$LANG}
8
9
. ./lib-git-svn.sh
10
11
-say 'define NO_SVN_TESTS to skip git svn tests'
12
-
11
case "$GIT_SVN_LC_ALL" in
12
*.UTF-8)
13
test_set_prereq UTF8
t/t9158-git-svn-mergeinfo.sh
-2
@@ -7,8 +7,6 @@ test_description='git svn mergeinfo propagation'
7
8
. ./lib-git-svn.sh
9
10
-say 'define NO_SVN_TESTS to skip git svn tests'
11
-
10
test_expect_success 'initialize source svn repo' '
11
svn_cmd mkdir -m x "$svnrepo"/trunk &&
12
svn_cmd co "$svnrepo"/trunk "$SVN_TREE" &&
t/t9160-git-svn-preserve-empty-dirs.sh
-1
@@ -11,7 +11,6 @@ local Git repository with placeholder files.'
11
12
. ./lib-git-svn.sh
13
14
-say 'define NO_SVN_TESTS to skip git svn tests'
14
GIT_REPO=git-svn-repo
15
16
test_expect_success 'initialize source svn repo containing empty dirs' '