From: Junio C Hamano Date: Mon, 21 Jul 2014 22:09:27 +0000 (-0700) Subject: test prerequisites: eradicate NOT_FOO X-Git-Tag: v2.2.0-rc0~171^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f57a8715bc5f50234dd1f756b3b26a0b81c3784c?ds=inline;hp=f57a8715bc5f50234dd1f756b3b26a0b81c3784c 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 ---