diff options
author | Tanay Abhra <tanayabh@gmail.com> | 2019-10-10 05:35:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-11 14:35:31 +0900 |
commit | 8c1cfd58e304e2d703d57e233b970b51bfbc7b9b (patch) | |
tree | 82d3c7cc501635b885268de8a73af9f1c6a94d8f /t/t7300-clean.sh | |
parent | Git 2.23 (diff) | |
download | tgif-8c1cfd58e304e2d703d57e233b970b51bfbc7b9b.tar.xz |
t1308-config-set: fix a test that has a typo
Change test 'find value_list for a key from a configset' to redirect the
result to 'expect' instead of 'except' which was a typo.
With this change, the test case actually fails because it uses
`configset_get_value`. Clearly, this was intended to be
`configset_get_value_multi` since the test expects a list of values
instead of a single value, so let's fix that, too.
Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7300-clean.sh')
0 files changed, 0 insertions, 0 deletions