add userdiff textconv tests
commitdf5e91fc2c95e051744ec9b9de66869d2b323037
authorJeff King <peff@peff.net>
Sun, 26 Oct 2008 04:42:25 +0000 (26 00:42 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Oct 2008 21:09:48 +0000 (26 14:09 -0700)
treeaf14297342113f755d62b1f2c7367c9a1c90e528
parent678852d918e874c99590ba6e857efeef974a3fb9
add userdiff textconv tests

These tests provide a basic sanity check that textconv'd
files work. The tests try to describe how this configuration
_should_ work; thus some of the tests are marked to expect
failure.

In particular, we fail to actually textconv anything because
the 'diff.foo.binary' config option is not set, which will
be fixed in the next patch.

This also means that some "expect_failure" tests actually
seem to be fixed; in reality, this is just because textconv
is broken and its failure mode happens to make these tests
work.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4030-diff-textconv.sh [new file with mode: 0755]