On Fri, Sep 3, 2010 at 23:24, Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh > index 8297cb4..9dfa31e 100755 > --- a/t/t7501-commit.sh > +++ b/t/t7501-commit.sh > @@ -13,9 +13,12 @@ test_tick > > test_expect_success \ > "initial status" \ > - "echo 'bongo bongo' >file && > - git add file && \ > - git status | grep 'Initial commit'" > + "echo 'ngo bongo' >file && > + git add file" This needs this trivial fixup: @@ -16 +16 @@ test_expect_success \ - "echo 'ngo bongo' >file && + "echo 'bongo bongo' >file && Otherwise the test doesn't pass when *not* using the poison feature. Sorry about that. The fixed up version will be on my ab/i18n branch on GitHub. -- 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