1
0
mirror of https://github.com/git/git.git synced 2025-04-06 17:28:33 +00:00

git-check-attr: Add missing "&&"

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Michael Haggerty 2011-08-04 06:36:15 +02:00 committed by Junio C Hamano
parent c0b13b21b8
commit dcc04366a4

View File

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