diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2016-07-23 04:26:07 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-25 10:42:33 -0700 |
commit | 7b232add79b5d95a1f5dbdf72eeb8fa9a6b92a56 (patch) | |
tree | 49de5a0a3d9de585ebd8fdfc6ed635bafa5c43bb /t/t9160-git-svn-preserve-empty-dirs.sh | |
parent | 0b65a8dbdb38962e700ee16776a3042beb489060 (diff) | |
download | git-7b232add79b5d95a1f5dbdf72eeb8fa9a6b92a56.tar.gz |
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>
Diffstat (limited to 't/t9160-git-svn-preserve-empty-dirs.sh')
-rwxr-xr-x | t/t9160-git-svn-preserve-empty-dirs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9160-git-svn-preserve-empty-dirs.sh b/t/t9160-git-svn-preserve-empty-dirs.sh index b4a4434604..0ede3cfedb 100755 --- a/t/t9160-git-svn-preserve-empty-dirs.sh +++ b/t/t9160-git-svn-preserve-empty-dirs.sh @@ -11,7 +11,6 @@ local Git repository with placeholder files.' . ./lib-git-svn.sh -say 'define NO_SVN_TESTS to skip git svn tests' GIT_REPO=git-svn-repo test_expect_success 'initialize source svn repo containing empty dirs' ' |