From: Ramsay Jones Date: Tue, 14 Dec 2010 18:32:12 +0000 (+0000) Subject: t6038-*.sh: Pass the -b (--binary) option to sed on cygwin X-Git-Tag: v1.7.4-rc2~5^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a31d066524e55351b385e34f9494f36e9f960a6c?hp=a31d066524e55351b385e34f9494f36e9f960a6c t6038-*.sh: Pass the -b (--binary) option to sed on cygwin The tests using the fuzz_conflict helper function (tests 5-6) fail on cygwin in the same way they used to on MinGW, prior to commit ca02ad3. The solution is also the same; passing the -b (--binary) option to sed, using the SED_OPTIONS variable. We introduce a new prerequisite SED_STRIPS_CR to use in the conditional initialisation of SED_OPTIONS, rather than MINGW. The new prerequisite is set in test-lib.sh for both MinGW and Cygwin. Signed-off-by: Ramsay Jones Acked-by: Johannes Sixt Signed-off-by: Junio C Hamano ---