From: Michael Haggerty Date: Thu, 4 Aug 2011 04:36:15 +0000 (+0200) Subject: git-check-attr: Add missing "&&" X-Git-Tag: v1.7.7-rc0~23^2~24 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dcc04366a4658763500724888d9e74cae317c861;p=git.git git-check-attr: Add missing "&&" Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh index 8c76b79bb..dae76b39b 100755 --- a/t/t0003-attributes.sh +++ b/t/t0003-attributes.sh @@ -35,7 +35,7 @@ test_expect_success 'setup' ' echo "h test=a/b/h" && echo "d/* test=a/b/d/*" echo "d/yes notest" - ) >a/b/.gitattributes + ) >a/b/.gitattributes && ( echo "global test=global" ) >"$HOME"/global-gitattributes