Hi, On Mon, 5 Nov 2007, Johannes Schindelin wrote: > +cat > expect << EOF > +boolean: 0 > +integer: 2 > +string: 123 > +EOF > + > +test_expect_failure 'non ambiguous option (after two options it abbreviates)' ' > + test-parse-options --st 123 && > + test ! -s output.err && > + git diff expect output > +' > + Aaargh! Yet another instance of test_expect_failure being wrong, wrong, wrong. I'll come up with a replacement patch. 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