Matthew Wang 62a1528a31 Disable one more test that do not pass on travis due to tty problem vor 10 Jahren
..
context Update tests accordingly vor 11 Jahren
crlf Update tests accordingly vor 11 Jahren
diff-of-diff Add more tests to cover diff of diff vor 10 Jahren
diff-ru Update tests accordingly vor 11 Jahren
diff-ru-bin Update tests accordingly vor 11 Jahren
evil-udiff Add tests from issue #25 vor 10 Jahren
git Update tests accordingly vor 11 Jahren
git-bin Update tests accordingly vor 11 Jahren
git-log Update tests accordingly vor 11 Jahren
git-perm Update tests accordingly vor 11 Jahren
hg-log Update tests accordingly vor 11 Jahren
latin1 Update tests accordingly vor 11 Jahren
strange Update tests accordingly vor 11 Jahren
svn Update tests accordingly vor 11 Jahren
svn-log Update tests accordingly vor 11 Jahren
svn-merge Update tests accordingly vor 11 Jahren
svn-property Update tests accordingly vor 11 Jahren
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 vor 12 Jahren
profile.sh Script and make targets for profiling vor 13 Jahren
regression.sh Update tests accordingly vor 11 Jahren
test_cdiff.py Disable one more test that do not pass on travis due to tty problem vor 10 Jahren

README

# To generate expected output, chdir to a subdir and use following command, then
# review with `less -R`
#
../../cdiff.py -c always < in.diff > out.normal
../../cdiff.py -c always -s < in.diff > out.side-by-side
../../cdiff.py -c always -s < in.diff -w70 > out.w70