From dcc04366a4658763500724888d9e74cae317c861 Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Thu, 4 Aug 2011 06:36:15 +0200 Subject: [PATCH] git-check-attr: Add missing "&&" Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- t/t0003-attributes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2