am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)
commit3d3049292f80c169fff3a2f77d157f1a0b11a18f
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 23 Mar 2012 09:58:37 +0000 (23 10:58 +0100)
committerErik Faye-Lund <kusmabite@gmail.com>
Fri, 4 Jan 2013 13:05:26 +0000 (4 14:05 +0100)
tree3e0e5f4c32ab3b8b6ea7d6ee46a5030d201d6cd6
parentdbe7c78fc72f38b06a7356722e55d818ed8fb569
am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)

Along the lines of 05d0e3b and f33946d, use cat instead of echo to avoid
line ending mismatches in the test result of "am empty-file does not
infloop" which make the test fail.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
git-am.sh