Refresh patches.
Debian Janitor
7 months ago
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 | |
3 | 5 | |
4 | 6 | // These tests verify container compatibility between C libnmsg (wrapped in |
5 | 7 | // cgo-nmsg) and go-nmsg, both with and without compression. |
8 | 10 | import ( |
9 | 11 | "bytes" |
10 | 12 | "log" |
11 | @@ -175,4 +175,4 @@ | |
13 | @@ -175,4 +175,4 @@ func TestContainerCgoGoUnpackCompress(t | |
12 | 14 | } |
13 | 15 | |
14 | 16 | t.Error("payload mismatch") |