github.com/docker/docker-ce@v17.12.1-ce-rc2+incompatible/components/engine/volume/validate_unix_test.go (about) 1 // +build !windows 2 3 package volume 4 5 var ( 6 testDestinationPath = "/foo" 7 testSourcePath = "/foo" 8 )