Git fork

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>

authored by

Michael J Gruber and committed by
Junio C Hamano
7b232add 0b65a8db

-5
-2
t/t9100-git-svn-basic.sh
··· 8 8 9 9 . ./lib-git-svn.sh 10 10 11 - say 'define NO_SVN_TESTS to skip git svn tests' 12 - 13 11 case "$GIT_SVN_LC_ALL" in 14 12 *.UTF-8) 15 13 test_set_prereq UTF8
-2
t/t9158-git-svn-mergeinfo.sh
··· 7 7 8 8 . ./lib-git-svn.sh 9 9 10 - say 'define NO_SVN_TESTS to skip git svn tests' 11 - 12 10 test_expect_success 'initialize source svn repo' ' 13 11 svn_cmd mkdir -m x "$svnrepo"/trunk && 14 12 svn_cmd co "$svnrepo"/trunk "$SVN_TREE" &&
-1
t/t9160-git-svn-preserve-empty-dirs.sh
··· 11 11 12 12 . ./lib-git-svn.sh 13 13 14 - say 'define NO_SVN_TESTS to skip git svn tests' 15 14 GIT_REPO=git-svn-repo 16 15 17 16 test_expect_success 'initialize source svn repo containing empty dirs' '