author | Junio C Hamano <gitster@pobox.com> | |
Thu, 5 May 2011 18:28:52 +0000 (11:28 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 5 May 2011 18:28:52 +0000 (11:28 -0700) | ||
commit | 8fe6177ac640ca36814ad3394d4e86b4ce8e29e3 | |
tree | 9f602dacf6aea1718f2d325f25300a4ecb518300 | tree | snapshot |
parent | 9fee24cac87078ae48b5a74ecafaca751f5edfd6 | commit | diff |
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>
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 | diff | blob | history |