]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5601-clone.sh
test prerequisites: eradicate NOT_FOO
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 22:09:27 +0000 (15:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 22:42:34 +0000 (15:42 -0700)
commitf57a8715bc5f50234dd1f756b3b26a0b81c3784c
tree1a0b4f688fa86ea918758c22ab577aa57c4c63be
parente8d08871c97cf8e932ded11ef1659d5d14e4b36a
test prerequisites: eradicate NOT_FOO

Support for Back when bdccd3c1 (test-lib: allow negation of
prerequisites, 2012-11-14) introduced negated predicates
(e.g. "!MINGW,!CYGWIN"), we already had 5 test files that use
NOT_MINGW (and a few MINGW) as prerequisites.

Let's not add NOT_FOO and rewrite existing ones as !FOO for both
MINGW and CYGWIN.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
15 files changed:
t/t0008-ignores.sh
t/t0081-line-buffer.sh
t/t1020-subdirectory.sh
t/t1300-repo-config.sh
t/t1402-check-ref-format.sh
t/t3901-i18n-patch.sh
t/t4201-shortlog.sh
t/t4210-log-i18n.sh
t/t5601-clone.sh
t/t8005-blame-i18n.sh
t/t9300-fast-import.sh
t/t9809-git-p4-client-view.sh
t/t9812-git-p4-wildcards.sh
t/t9815-git-p4-submit-fail.sh
t/test-lib.sh