1// +build !windows
2
3package container // import "github.com/docker/docker/daemon/cluster/executor/container"
4
5const (
6	testAbsPath        = "/foo"
7	testAbsNonExistent = "/some-non-existing-host-path/"
8)
9