t7800: "defaults" is no longer a builtin tool name
commitf469e8404a625067fd3442c816771ac3ad9055ff
authorDavid Aguilar <davvid@gmail.com>
Thu, 21 Feb 2013 23:32:52 +0000 (21 15:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Feb 2013 23:43:58 +0000 (21 15:43 -0800)
treebc643e883fb068eb609aad90e4d73cfa566e5889
parente42360c48eebc633b1536904839a1a073780ad8a
t7800: "defaults" is no longer a builtin tool name

073678b8e6324a155fa99f40eee0637941a70a34 reworked the
mergetools/ directory so that every file corresponds to a
difftool-supported tool.  When this happened the "defaults"
file went away as it was no longer needed by mergetool--lib.

t7800 tests that configured commands can override builtins,
but this test was not adjusted when the "defaults" file was
removed because the test continued to pass.

Adjust the test to use the everlasting "vimdiff" tool name
instead of "defaults" so that it correctly tests against a tool
that is known by mergetool--lib.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7800-difftool.sh