test-pkt-line: drop colon from sideband identity
commit712b0377db60e0d3ac8bf3332022dfcd01e29afa
authorJeff King <peff@peff.net>
Tue, 27 Oct 2020 07:13:09 +0000 (27 03:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Oct 2020 18:57:51 +0000 (27 11:57 -0700)
tree065d3c4b47f856f586a3fbf3b9ed1fd82c8f4ee0
parent8e86cf6581655624e1f3284126c5ea664685eb44
test-pkt-line: drop colon from sideband identity

We pass "sideband: " as our identity for errors to recv_sideband(). But
it already adds the trailing colon and space. This doesn't invalidate
any tests, but it looks funny when you examine the test output.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-pkt-line.c