// +build windows

package container // import "github.com/docker/docker/daemon/cluster/executor/container"

const (
	testAbsPath        = `c:\foo`
	testAbsNonExistent = `c:\some-non-existing-host-path\`
)