-
Notifications
You must be signed in to change notification settings - Fork 140
t1308-config-set: fix a test that has a typo #387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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. Originally contributed as git#451. Signed-off-by: Tanay Abhra <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
/submit |
Submitted as [email protected] |
This branch is now known as |
This patch series was integrated into pu via git@760c9a7. |
This patch series was integrated into pu via git@f24c35c. |
This patch series was integrated into pu via git@f9a6540. |
This patch series was integrated into next via git@0228b44. |
This patch series was integrated into pu via git@7db8972. |
This patch series was integrated into pu via git@cdc196d. |
This patch series was integrated into pu via git@9b83a94. |
This patch series was integrated into next via git@9b83a94. |
This patch series was integrated into master via git@9b83a94. |
Closed via 9b83a94. |
I am currently trying to whittle down the number of open PRs at https://github.com/git/git, and this is one of the patches I deem valuable enough (and complete enough) to put through to the Git mailing list even when the original contributor has gone silent.