]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0021-conversion.sh
t0021: write "OUT <size>" only on success
authorLars Schneider <larsxschneider@gmail.com>
Wed, 28 Jun 2017 21:29:49 +0000 (23:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Jun 2017 18:23:47 +0000 (11:23 -0700)
commit1757333410177e2b783fa8b29cf116bd6171c5bb
treeeaff4aa07e18b6eca55944a535bc17bb42753490
parente1ec4721d61d0cad59f36620b2cb15853eb5ef67
t0021: write "OUT <size>" only on success

"rot13-filter.pl" always writes "OUT <size>" to the debug log at the end
of a response.

This works perfectly for the existing responses "abort", "error", and
"success". A new response "delayed", that will be introduced in a
subsequent patch, accepts the input without giving the filtered result
right away. At this point we cannot know the size of the response.
Therefore, we do not write "OUT <size>" for "delayed" responses.

To simplify the code we do not write "OUT <size>" for "abort" and
"error" responses either as their size is always zero.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0021-conversion.sh
t/t0021/rot13-filter.pl