On 0, Markus Heidelberg [off-list ref] wrote:
David Aguilar, 07.04.2009:
quoted
t7800-difftool.sh tests the various command-line flags,
git-config variables, and environment settings supported by
git-difftool.
Signed-off-by: David Aguilar <redacted>
---
The original broke the test suite on Mac OS.
Testing difftool.<path>.path is hard without internal support
for a fake tool.
Mac OS doesn't have the "echo" command?
I figured it out.
The test was using wc -l.
On Mac OS the results are formatted differently (leading spaces)
so I modified the test to be more robust.
See [PATCH v3 10/14].
--
David