Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  t0003: add missing && at end of lines
  • Loading branch information
Junio C Hamano committed Aug 30, 2010
2 parents 3cd4745 + d3fd3d1 commit eec0daf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions t/t0003-attributes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ test_expect_success 'attribute test' '
attr_check a/b/g a/b/g &&
attr_check b/g unspecified &&
attr_check a/b/h a/b/h &&
attr_check a/b/d/g "a/b/d/*"
attr_check onoff unset
attr_check offon set
attr_check no unspecified
attr_check a/b/d/no "a/b/d/*"
attr_check a/b/d/g "a/b/d/*" &&
attr_check onoff unset &&
attr_check offon set &&
attr_check no unspecified &&
attr_check a/b/d/no "a/b/d/*" &&
attr_check a/b/d/yes unspecified
'
Expand Down

0 comments on commit eec0daf

Please sign in to comment.