On Tue, Aug 31, 2010 at 09:58:09AM -0700, Junio C Hamano wrote: > > + elif test $exit_code = 127; then > > + echo >&2 "test_must_fail: command not found: $*" > > + return 1 > > fi > > Hmm. One worry is that if we ever exit(127) ourselves this would be > confused, but hopefully we are not that clueless. Yeah, I considered that but dismissed it. I don't think we are that clueless, and even if we were, then I think test_must_fail is doing a good thing by pointing it out to us. -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