tests: Remove heredoc usage inside quotes
authorEric Wong <normalperson@yhbt.net>
Fri, 26 May 2006 02:06:16 +0000 (19:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 26 May 2006 06:53:31 +0000 (23:53 -0700)
commitc7053aa88f80e4983ec45fd39a44d146197c21d0
treec005793ced0be9defa26a5ba78e7e61adcbbfebe
parent003d6ddaf41aa5614ac49693d199d1ad5f21fcbf
tests: Remove heredoc usage inside quotes

The use of heredoc inside quoted strings doesn't seem to be
supported by dash.  pdksh seems to handle it fine, however.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t2101-update-index-reupdate.sh
t/t4012-diff-binary.sh