github.com/docker/docker-ce@v17.12.1-ce-rc2+incompatible/components/engine/volume/validate_windows_test.go (about)

     1  package volume
     2  
     3  var (
     4  	testDestinationPath = `c:\foo`
     5  	testSourcePath      = `c:\foo`
     6  )