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:
parent
4da0dc974c
commit
72c4a7b496
13 changed files with 83 additions and 44 deletions
5
libnetwork/libnetwork_unix_test.go
Normal file
5
libnetwork/libnetwork_unix_test.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package libnetwork_test
|
||||
|
||||
var specPath = "/etc/docker/plugins"
|
Loading…
Add table
Add a link
Reference in a new issue