]> git.ipfire.org Git - thirdparty/git.git/commit
t3701: verify that the diff.algorithm config setting is handled
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Dec 2019 13:08:23 +0000 (13:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 16:57:34 +0000 (08:57 -0800)
commite91162be9ce7195309dc2b7e3c03988481cee850
tree56aed188302f40688f35b7c92bb369d3b8ceb9a4
parent0c3222c4f322c586099d2773e180dabf6d4f6568
t3701: verify that the diff.algorithm config setting is handled

Without this patch, there is actually no test in Git's test suite that
covers the diff.algorithm feature. Let's add one.

We do this by passing a bogus value and then expecting `git diff-files`
to produce the appropriate error message.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3701-add-interactive.sh