github.com/yogeshlonkar/moby@v1.13.2-0.20201203103638-c0b64beaea94/daemon/cluster/executor/container/validate_windows_test.go (about) 1 // +build windows 2 3 package container 4 5 const ( 6 testAbsPath = `c:\foo` 7 testAbsNonExistent = `c:\some-non-existing-host-path\` 8 )