On Sat, Jul 12, 2008 at 05:47:51PM +0200, Stephan Beyer wrote: > The test_must_fail function in test-lib.sh has been designed > to distinguish segmentation faults from controlled errors. > But in the current implementation this only works if a git > command does not return a small negative value, like -1, -2 > or -3. But some git commands do. This is probably a fine protective measure, and it looks like Junio has already applied it. But shouldn't any git commands returning such values be fixed? Which commands return such bogus error codes? -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