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)
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>
No differences found