moby--moby/daemon/cluster/executor/container/validate_unix_test.go

9 lines
203 B
Go
Raw Normal View History

// +build !windows
package container // import "github.com/docker/docker/daemon/cluster/executor/container"
const (
testAbsPath = "/foo"
testAbsNonExistent = "/some-non-existing-host-path/"
)