]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0021-conversion.sh
t0021: avoid getting filter killed with SIGPIPE
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Dec 2010 23:18:47 +0000 (15:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Dec 2010 23:18:47 +0000 (15:18 -0800)
commit4290f690676bc14c49c7cddbcda1c09017948718
treed3d4250f8427c3e367bd6078994e1ca55de47fcf
parenta2b665de4b694b04959f6371f9887f7ad5cae404
t0021: avoid getting filter killed with SIGPIPE

The fake filter did not read from the standard input at all,
which caused the calling side to die with SIGPIPE, depending
on the timing.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0021-conversion.sh