On Fri, Sep 24, 2010 at 22:22, Elijah Newren <newren@xxxxxxxxx> wrote: > FIXME: Is the grep really meant to fail? It should be "! grep" not "test_must_fail grep". test_must_fail is for git, not posix commands. If grep starts segfaulting we're screwed anyway. And this should use files and test_cmp or grep them if possible, not use pipes. It's hard to debug these when they fail. -- 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