moby/libnetwork/libnetwork_windows_test.go
Brian Goff 7186fd8a95 More libnetwork windows test fixes
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-06-02 16:53:24 +00:00

8 lines
136 B
Go

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