Skip to content

Commit 7b232ad

Browse files
Michael J Grubergitster
authored andcommitted
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>
1 parent 0b65a8d commit 7b232ad

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

t/t9100-git-svn-basic.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ GIT_SVN_LC_ALL=${LC_ALL:-$LANG}
88

99
. ./lib-git-svn.sh
1010

11-
say 'define NO_SVN_TESTS to skip git svn tests'
12-
1311
case "$GIT_SVN_LC_ALL" in
1412
*.UTF-8)
1513
test_set_prereq UTF8

t/t9158-git-svn-mergeinfo.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ test_description='git svn mergeinfo propagation'
77

88
. ./lib-git-svn.sh
99

10-
say 'define NO_SVN_TESTS to skip git svn tests'
11-
1210
test_expect_success 'initialize source svn repo' '
1311
svn_cmd mkdir -m x "$svnrepo"/trunk &&
1412
svn_cmd co "$svnrepo"/trunk "$SVN_TREE" &&

t/t9160-git-svn-preserve-empty-dirs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ local Git repository with placeholder files.'
1111

1212
. ./lib-git-svn.sh
1313

14-
say 'define NO_SVN_TESTS to skip git svn tests'
1514
GIT_REPO=git-svn-repo
1615

1716
test_expect_success 'initialize source svn repo containing empty dirs' '

0 commit comments

Comments
 (0)