On Wed, Jan 28, 2009 at 02:36:39AM -0500, Jeff King wrote: > +#define IS_RUN_COMMAND_ERR(x) (x >= ERR_RUN_COMMAND_FORK) <sigh> This should be "<= -ERR_RUN_COMMAND_FORK", since we expect the negated status. Maybe it is time I wrote a test for a failed external. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html