Re: [PATCH 3/7] t2105 (gitfile): add missing &&

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

 



On 09/06/2010 09:49 PM, Jonathan Nieder wrote:
> Make sure early failures are not masked by later successes.
> 
> Cc: Brad King <brad.king@xxxxxxxxxxx>
> Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx>
> ---

An obvious oversight on my part.

Acked-by: Brad King <brad.king@xxxxxxxxxxx>

Thanks,
-Brad

>  t/t2105-update-index-gitfile.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/t/t2105-update-index-gitfile.sh b/t/t2105-update-index-gitfile.sh
> index 641607d..a7f3d47 100755
> --- a/t/t2105-update-index-gitfile.sh
> +++ b/t/t2105-update-index-gitfile.sh
> @@ -13,7 +13,7 @@ test_expect_success 'submodule with absolute .git file' '
>  	(cd sub1 &&
>  	 git init &&
>  	 REAL="$(pwd)/.real" &&
> -	 mv .git "$REAL"
> +	 mv .git "$REAL" &&
>  	 echo "gitdir: $REAL" >.git &&
>  	 test_commit first)
>  '

--
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]