aboutsummaryrefslogtreecommitdiff
path: root/t/t7005-editor.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-07-08 01:16:06 +0000
committerJunio C Hamano <gitster@pobox.com>2010-07-08 17:53:12 -0700
commite8344e866655cfae1f870d7e8d5046c1bdf08adf (patch)
tree5e194fa5e5933ad3b1b5c98a8a976adbe7c2f0a0 /t/t7005-editor.sh
parent4ecb79386d2f45f3b439b397ac4aa592e1f4e9c8 (diff)
downloadgit-e8344e866655cfae1f870d7e8d5046c1bdf08adf.tar.gz
git-e8344e866655cfae1f870d7e8d5046c1bdf08adf.tar.xz
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>
Diffstat (limited to 't/t7005-editor.sh')
-rwxr-xr-xt/t7005-editor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7005-editor.sh b/t/t7005-editor.sh
index fe60d699a..26ddf9d49 100755
--- a/t/t7005-editor.sh
+++ b/t/t7005-editor.sh
@@ -113,7 +113,7 @@ done
if ! echo 'echo space > "$1"' > "e space.sh"
then
- say "Skipping; FS does not support spaces in filenames"
+ skip_all="Skipping; FS does not support spaces in filenames"
test_done
fi