github.com/MaximeAubanel/moby@v1.13.1/volume/validate_test_unix.go (about) 1 // +build !windows 2 3 package volume 4 5 var ( 6 testDestinationPath = "/foo" 7 testSourcePath = "/foo" 8 )