Side-step line-ending corruption leading to t3032 failures.
commitb27be680552ca5fd9e4cf92b638b01c13f4da953
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 27 Sep 2010 12:01:35 +0000 (27 08:01 -0400)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 27 Sep 2010 12:51:54 +0000 (27 13:51 +0100)
treed9704e167c2558c029b8d6af39069d7df09aa028
parent494ad365c726f3d2474688a1edd4bc7ef8c999ca
Side-step line-ending corruption leading to t3032 failures.

By default, MSYS grep and sed throw away CR from CRLF line-endings.
Tests t3032.4 through t3032.8 employ grep and fail due to this behavior.
Test t3032.9 employs sed and fails. Fix by employing grep's -U/--binary
and sed's -b/--binary switches to suppress the default behavior of
dropping CR characters.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t3032-merge-recursive-options.sh