Files
git/t/helper
Johannes Schindelin d97d2cbcf8 test-helper: learn to act as a drop-in replacement for iconv
It is convenient to assume that everybody who wants to build & test Git
has access to a working `iconv` executable (after all, we already pretty
much require libiconv)

However, that limits esoteric test scenarios such as Git for Windows',
where an end user installation has to ship with `iconv` for the sole
purpose of being testable. That payload serves no other purpose.

So let's just have a test helper (to be able to test Git, the test
helpers have to be available, after all) to act as `iconv` replacement.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-01-22 13:00:15 +01:00
..
2017-11-18 12:31:29 +09:00
2017-11-06 14:24:27 +09:00
2017-06-27 10:35:49 -07:00