From 4161e67ac39663682e60c6d69b97c1664862d328 Mon Sep 17 00:00:00 2001 From: Michael Tuexen <tuexen@fh-muenster.de> Date: Wed, 29 Jun 2016 17:18:17 +0200 Subject: [PATCH] Get a test failing to test the buildbots. --- gtests/net/packetdrill/checksum_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtests/net/packetdrill/checksum_test.c b/gtests/net/packetdrill/checksum_test.c index 14b9d7ea..fcb29b92 100644 --- a/gtests/net/packetdrill/checksum_test.c +++ b/gtests/net/packetdrill/checksum_test.c @@ -42,7 +42,7 @@ static void test_tcp_udp_v4_checksum(void) 0xa0, 0x12, 0x16, 0xa0, 0x54, 0x12, 0x00, 0x00, 0x02, 0x04, 0x05, 0xb4, 0x04, 0x02, 0x08, 0x0a, 0x00, 0x00, 0x02, 0xbc, 0x00, 0x06, 0x0a, 0xd8, - 0x01, 0x03, 0x03, 0x07, + 0x01, 0x03, 0x03, 0x06, }; struct in_addr src_ip, dst_ip; -- GitLab