test suite: Use 'say' to say something instead of 'test_expect_success'
commitfae74a04d75e820c5150cfb0cb4c044bf4488007
authorJohannes Sixt <j6t@kdbg.org>
Sun, 1 Mar 2009 18:52:51 +0000 (1 19:52 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 19 Mar 2009 20:44:04 +0000 (19 21:44 +0100)
tree221772f30f5451e3e6fb3ccebfaf118002c5ac34
parent7fd3ef1fd73dffdb9b3445893ab579723ce08e74
test suite: Use 'say' to say something instead of 'test_expect_success'

Some tests report that some tests will be skipped.  They used
'test_expect_success' with a trivially successful test.  Nowadays we have
the helper function 'say' for this purpose.

In on case, 'say_color skip' is replaced by 'say' because the former is
not intended as a public API.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
t/lib-git-svn.sh
t/t0024-crlf-archive.sh
t/t3600-rm.sh
t/t5000-tar-tree.sh
t/t7004-tag.sh
t/t9200-git-cvsexportcommit.sh
t/t9400-git-cvsserver-server.sh
t/t9401-git-cvsserver-crlf.sh
t/t9500-gitweb-standalone-no-errors.sh
t/t9700-perl-git.sh