github.com/jiasir/docker@v1.3.3-0.20170609024000-252e610103e7/volume/validate_test_unix.go (about)

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