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? I'll be in a hurry in 1.5 hours and travelling for two days. Ciao, Dscho -- 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