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.
2 parents 264a42d + 8c1cfd5 commit f24c35cCopy full SHA for f24c35c
t/t1308-config-set.sh
@@ -166,14 +166,14 @@ test_expect_success 'find value with highest priority from a configset' '
166
'
167
168
test_expect_success 'find value_list for a key from a configset' '
169
- cat >except <<-\EOF &&
+ cat >expect <<-\EOF &&
170
+ lama
171
+ ball
172
sam
173
bat
174
hask
- lama
- ball
175
EOF
176
- test-tool config configset_get_value case.baz config2 .git/config >actual &&
+ test-tool config configset_get_value_multi case.baz config2 .git/config >actual &&
177
test_cmp expect actual
178
179
0 commit comments