diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-10-18 11:40:47 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-10-18 11:40:47 +0900 |
| commit | 9b83a948299ee3b4f3c310f91209a9f78514b9fe (patch) | |
| tree | 3f1ec7ea746003eaf71c48ee1427a4face412efc | |
| parent | 376012c91909b4ccdd16511cb3bcfc0121aa36fc (diff) | |
| parent | 8c1cfd58e304e2d703d57e233b970b51bfbc7b9b (diff) | |
| download | git-9b83a948299ee3b4f3c310f91209a9f78514b9fe.tar.xz | |
Merge branch 'ta/t1308-typofix'
Test fix.
* ta/t1308-typofix:
t1308-config-set: fix a test that has a typo
| -rwxr-xr-x | t/t1308-config-set.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/t1308-config-set.sh b/t/t1308-config-set.sh index d0a2727b85..7b4e1a63eb 100755 --- a/t/t1308-config-set.sh +++ b/t/t1308-config-set.sh @@ -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' ' - cat >except <<-\EOF && + cat >expect <<-\EOF && + lama + ball sam bat hask - lama - ball 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 ' |
