We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd4745 + d3fd3d1 commit eec0dafCopy full SHA for eec0daf
1 file changed
t/t0003-attributes.sh
@@ -48,11 +48,11 @@ test_expect_success 'attribute test' '
48
attr_check a/b/g a/b/g &&
49
attr_check b/g unspecified &&
50
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/*"
+ 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/*" &&
56
attr_check a/b/d/yes unspecified
57
58
'
0 commit comments