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

9 lines
132 B
Go

// +build !windows
package container
const (
testAbsPath = "/foo"
testAbsNonExistent = "/some-non-existing-host-path/"
)