Browse Source

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

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael Haggerty 14 years ago committed by Junio C Hamano
parent
commit
dcc04366a4
  1. 2
      t/t0003-attributes.sh

2
t/t0003-attributes.sh

@ -35,7 +35,7 @@ test_expect_success 'setup' ' @@ -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…
Cancel
Save