Code

t3701: fix here document
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 May 2011 18:28:52 +0000 (11:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 May 2011 18:28:52 +0000 (11:28 -0700)
commit8fe6177ac640ca36814ad3394d4e86b4ce8e29e3
tree9f602dacf6aea1718f2d325f25300a4ecb518300
parent9fee24cac87078ae48b5a74ecafaca751f5edfd6
t3701: fix here document

A broken here-document was not caught because end of file is taken by
an implicit end of the here document (POSIX does not seem to say it is
an error to lack the delimiter), and everything in the test just turned
into a single "cat into a file".

Noticed-by: Kacper Kornet <draenog@pld-linux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3701-add-interactive.sh