Johannes Schindelin schrieb: > Hi, > > On Mon, 24 Mar 2008, Junio C Hamano wrote: > >> diff --git a/t/test-lib.sh b/t/test-lib.sh >> index 870b255..7c2a8ba 100644 >> --- a/t/test-lib.sh >> +++ b/t/test-lib.sh >> @@ -300,7 +300,7 @@ test_expect_code () { >> >> test_must_fail () { >> "$@" >> - test $? -gt 0 -a $? -le 128 >> + test $? -gt 0 -a $? -le 129 > > IIRC exit status is a signed byte on Win32. Can somebody check? Not at the shell level. This command: git branch foo bar baz exits with 129 both when invoked by bash ($?) and CMD (%ERRORLEVEL%). -- 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