]> git.ipfire.org Git - thirdparty/git.git/commit
tests: Use skip_all=* to skip tests
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 8 Jul 2010 01:16:06 +0000 (01:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Jul 2010 00:53:12 +0000 (17:53 -0700)
commite8344e866655cfae1f870d7e8d5046c1bdf08adf
tree5e194fa5e5933ad3b1b5c98a8a976adbe7c2f0a0
parent4ecb79386d2f45f3b439b397ac4aa592e1f4e9c8
tests: Use skip_all=* to skip tests

Change tests to skip with skip_all=* + test_done instead of using say
+ test_done.

This is a follow-up to "tests: Skip tests in a way that makes sense
under TAP" (fadb5156e4). I missed these cases when prepearing that
patch, hopefully this is all of them.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/gitweb-lib.sh
t/lib-cvs.sh
t/lib-git-svn.sh
t/lib-httpd.sh
t/lib-patch-mode.sh
t/t5800-remote-helpers.sh
t/t7005-editor.sh