github.com/sams1990/dockerrepo@v17.12.1-ce-rc2+incompatible/volume/validate_unix_test.go (about)

     1  // +build !windows
     2  
     3  package volume
     4  
     5  var (
     6  	testDestinationPath = "/foo"
     7  	testSourcePath      = "/foo"
     8  )