Skip to content

Commit 520ea85

Browse files
moygitster
authored andcommitted
t0003: add missing && at end of lines
Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 245b10c commit 520ea85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

t/t0003-attributes.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ test_expect_success 'attribute test' '
4848
attr_check a/b/g a/b/g &&
4949
attr_check b/g unspecified &&
5050
attr_check a/b/h a/b/h &&
51-
attr_check a/b/d/g "a/b/d/*"
52-
attr_check onoff unset
53-
attr_check offon set
54-
attr_check no unspecified
55-
attr_check a/b/d/no "a/b/d/*"
51+
attr_check a/b/d/g "a/b/d/*" &&
52+
attr_check onoff unset &&
53+
attr_check offon set &&
54+
attr_check no unspecified &&
55+
attr_check a/b/d/no "a/b/d/*" &&
5656
attr_check a/b/d/yes unspecified
5757
5858
'

0 commit comments

Comments
 (0)