1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix issues running libnetwork tests.

libnetwork does different stuff depending on if you are running the
tests in a container or not... without telling it we are in a container
a bunch of the tests actually fail.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2021-04-27 22:40:39 +00:00
parent 4da0dc974c
commit 72c4a7b496
13 changed files with 83 additions and 44 deletions

View file

@ -0,0 +1,5 @@
// +build !windows
package libnetwork_test
var specPath = "/etc/docker/plugins"