github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/daemon/cluster/executor/container/validate_unix_test.go (about)

     1  // +build !windows
     2  
     3  package container
     4  
     5  const (
     6  	testAbsPath        = "/foo"
     7  	testAbsNonExistent = "/some-non-existing-host-path/"
     8  )