]> git.ipfire.org Git - thirdparty/git.git/commit
tests: make sure input to sed is newline terminated
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 29 Mar 2011 03:08:20 +0000 (22:08 -0500)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 29 Mar 2011 07:14:23 +0000 (02:14 -0500)
commit4c502d68666acba7a83379c7abd971aafee91cf8
tree690496e845a5fc08260bf641e0226e88208655c3
parent41e6b91f01bc9bb7e1679542a8cce9bd4252fd2e
tests: make sure input to sed is newline terminated

POSIX only requires sed to work on text files and because it does
not end with a newline, this commit's content is not a text file.
Add a newline to fix it.  Without this change, OS X sed helpfully
adds a newline to actual.message, causing t9010.13 to fail.

Reported-by: Torsten Bögershausen <tboegi@web.de>
Tested-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
t/t9010-svn-fe.sh