X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fhelper%2Ftest-pkt-line.c;h=12ca698e17a1d556bf345355495849b452b79330;hb=f76897b6ce9964a25f4c85f9fb034cba9dd71573;hp=282d53638446bb2f0c91b81b313852cbadfb3c1f;hpb=622dd8bf8107ff66e0b6ae9d55caa09dae853bfb;p=platform%2Fupstream%2Fgit.git diff --git a/t/helper/test-pkt-line.c b/t/helper/test-pkt-line.c index 282d536..12ca698 100644 --- a/t/helper/test-pkt-line.c +++ b/t/helper/test-pkt-line.c @@ -67,7 +67,7 @@ static void unpack_sideband(void) case PACKET_READ_NORMAL: band = reader.line[0] & 0xff; if (band < 1 || band > 2) - die("unexpected side band %d", band); + continue; /* skip non-sideband packets */ fd = band; write_or_die(fd, reader.line + 1, reader.pktlen - 1);