Skip to content

Commit 712b037

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8e86cf6 commit 712b037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: t/helper/test-pkt-line.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ static int send_split_sideband(void)
100100

101101
static int receive_sideband(void)
102102
{
103-
return recv_sideband("sideband: ", 0, 1);
103+
return recv_sideband("sideband", 0, 1);
104104
}
105105

106106
int cmd__pkt_line(int argc, const char **argv)

0 commit comments

Comments
 (0)