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:
parent
c0b13b21b8
commit
dcc04366a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user