moby/libnetwork/libnetwork_windows_test.go
Brian Goff 72c4a7b496 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>
2021-06-01 22:14:41 +00:00

3 lines
101 B
Go

package libnetwork_test
var specPath = filepath.Join(os.Getenv("programdata"), "docker", "plugins")