Skip to content

Commit f24c35c

Browse files
committed
Merge branch 'ta/t1308-typofix' into jch
Test fix. * ta/t1308-typofix: t1308-config-set: fix a test that has a typo
2 parents 264a42d + 8c1cfd5 commit f24c35c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/t1308-config-set.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@ test_expect_success 'find value with highest priority from a configset' '
166166
'
167167

168168
test_expect_success 'find value_list for a key from a configset' '
169-
cat >except <<-\EOF &&
169+
cat >expect <<-\EOF &&
170+
lama
171+
ball
170172
sam
171173
bat
172174
hask
173-
lama
174-
ball
175175
EOF
176-
test-tool config configset_get_value case.baz config2 .git/config >actual &&
176+
test-tool config configset_get_value_multi case.baz config2 .git/config >actual &&
177177
test_cmp expect actual
178178
'
179179

0 commit comments

Comments
 (0)