We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245b10c commit 520ea85Copy full SHA for 520ea85
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