Am 6/13/2014 15:31, schrieb Michael J Gruber: > rewrite of the form > > a && > b && > test_must_fail c && > d || exit 1 > > hoping that will make things both readable (by avoiding !) and concise > (by avoiding repeated exits). Thanks! Please note that we use 'test_must_fail' only for git invocations, but we do write '!' in front of system commands that we expect to fail, e.g., '! grep'. -- Hannes -- 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