Codebase list golang-github-farsightsec-go-nmsg / fresh-releases/main
Refresh patches. Debian Janitor 1 year, 2 months ago
1 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 --- a/container_test.go
1 +++ b/container_test.go
2 @@ -10,7 +10,7 @@
0 Index: golang-github-farsightsec-go-nmsg.git/container_test.go
1 ===================================================================
2 --- golang-github-farsightsec-go-nmsg.git.orig/container_test.go
3 +++ golang-github-farsightsec-go-nmsg.git/container_test.go
4 @@ -10,7 +10,7 @@ package nmsg_test
35
46 // These tests verify container compatibility between C libnmsg (wrapped in
57 // cgo-nmsg) and go-nmsg, both with and without compression.
810 import (
911 "bytes"
1012 "log"
11 @@ -175,4 +175,4 @@
13 @@ -175,4 +175,4 @@ func TestContainerCgoGoUnpackCompress(t
1214 }
1315
1416 t.Error("payload mismatch")