On Sun, Sep 26, 2010 at 23:14, Elijah Newren <newren@xxxxxxxxx> wrote: > Âtest_expect_success 'did not use upload-pack service' ' > - Â Â Â grep '/git-upload-pack' <"$HTTPD_ROOT_PATH"/access.log >act > - Â Â Â : >exp > + Â Â Â grep '/git-upload-pack' <"$HTTPD_ROOT_PATH"/access.log >act && > + Â Â Â >exp && > Â Â Â Âtest_cmp exp act > Â' This test started failing in pu, I'm presuming you didn't spot it since you didn't run the tests with GIT_TEST_HTTPD=1. Anyway, that grep should be a "! grep" to work with &&. -- 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