Browse Source

Merge branch 'maint-1.7.1' into maint

* maint-1.7.1:
  t0003: add missing && at end of lines
maint
Junio C Hamano 15 years ago
parent
commit
d3fd3d1f9b
  1. 10
      t/t0003-attributes.sh

10
t/t0003-attributes.sh

@ -48,11 +48,11 @@ test_expect_success 'attribute test' ' @@ -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

'

Loading…
Cancel
Save