t5407: Fix line-ending dependency in post-rewrite.args
commit6f81ccf8d9698239c02a609727bddfae5917b445
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 1 May 2011 13:47:09 +0000 (1 14:47 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 4 Jun 2011 13:36:33 +0000 (4 15:36 +0200)
tree297b48720ca5bf50509dfbd0bcade84226ac06ae
parent16172b3a351efe7586a4ec5266757c7c42e43e04
t5407: Fix line-ending dependency in post-rewrite.args

On msysGit creating the post-rewrite.args file using 'echo' has different
line endings from the expected comparison. Using perl normalizes the line
endings for each generated file.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t5407-post-rewrite-hook.sh