Skip to content

Commit d3fd3d1

Browse files
committed
Merge branch 'maint-1.7.1' into maint
* maint-1.7.1: t0003: add missing && at end of lines
2 parents ea16a03 + 520ea85 commit d3fd3d1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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)