On Tue, Jul 20, 2010 at 21:55, Brandon Casey <casey@xxxxxxxxxxxxxxx> wrote: > - test_must_fail PAGER= git reflog show delta && > + ( > + PAGER= && > + export PAGER && > + test_must_fail git reflog show delta > + ) && You must use "export PAGER;", not "export PAGER &&". export doesn't return zero on all systems when exporting, see previous changes in this regard in t/. -- 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