Merge branch 'ta/t1308-typofix'
Test fix. * ta/t1308-typofix: t1308-config-set: fix a test that has a typo
This commit is contained in:
commit
9b83a94829
@ -166,14 +166,14 @@ test_expect_success 'find value with highest priority from a configset' '
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'find value_list for a key from a configset' '
|
test_expect_success 'find value_list for a key from a configset' '
|
||||||
cat >except <<-\EOF &&
|
cat >expect <<-\EOF &&
|
||||||
|
lama
|
||||||
|
ball
|
||||||
sam
|
sam
|
||||||
bat
|
bat
|
||||||
hask
|
hask
|
||||||
lama
|
|
||||||
ball
|
|
||||||
EOF
|
EOF
|
||||||
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 &&
|
||||||
test_cmp expect actual
|
test_cmp expect actual
|
||||||
'
|
'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user