Re: [PATCHv4 14/15] Add missing &&'s throughout the testsuite

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]