Merge branch 'jc/no-branch-name-with-dash-at-front'
[gitweb.git] / t / t0003-attributes.sh
index a7e24edf5b0ac3157ab2772f3cd94db176e810c1..25205ac0ee5397452428a02698a35d04f72cd501 100755 (executable)
@@ -51,11 +51,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
 
 '