Skip to content

Commit dcc0436

Browse files
mhaggergitster
authored andcommitted
git-check-attr: Add missing "&&"
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c0b13b2 commit dcc0436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0003-attributes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test_expect_success 'setup' '
3535
echo "h test=a/b/h" &&
3636
echo "d/* test=a/b/d/*"
3737
echo "d/yes notest"
38-
) >a/b/.gitattributes
38+
) >a/b/.gitattributes &&
3939
(
4040
echo "global test=global"
4141
) >"$HOME"/global-gitattributes

0 commit comments

Comments
 (0)