t5407: Fix line-ending dependency in post-rewrite.args
commit5c61d4bfca69894a9327e69817f3dee5db2f23f8
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 1 May 2011 13:47:09 +0000 (1 14:47 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 1 Jun 2011 10:45:19 +0000 (1 12:45 +0200)
tree599a523817e81335a247a628a2e43d6912dfef8c
parent19856737b62f17a35bc8fc3f6240bca7980b42de
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