github.com/yuyangjack/moby@v0.0.0-20190814082046-288be08dc2ec/volume/validate_test_windows.go (about)

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