am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)
commit9e5973abdc2f97a9cc1a839216ddadb9130a8bf5
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 23 Mar 2012 09:58:37 +0000 (23 10:58 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:32 +0000 (15 09:42 +0200)
treeea6167d7b29c1e62fd13811ef90aafda81af1947
parent737a2cb02d6c5f0aefadeea6ced41e7f35b70404
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