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:

committed by
Junio C Hamano

parent
c0b13b21b8
commit
dcc04366a4
@ -35,7 +35,7 @@ test_expect_success 'setup' '
|
|||||||
echo "h test=a/b/h" &&
|
echo "h test=a/b/h" &&
|
||||||
echo "d/* test=a/b/d/*"
|
echo "d/* test=a/b/d/*"
|
||||||
echo "d/yes notest"
|
echo "d/yes notest"
|
||||||
) >a/b/.gitattributes
|
) >a/b/.gitattributes &&
|
||||||
(
|
(
|
||||||
echo "global test=global"
|
echo "global test=global"
|
||||||
) >"$HOME"/global-gitattributes
|
) >"$HOME"/global-gitattributes
|
||||||
|
Reference in New Issue
Block a user