volume/validate_unix_test.go
fc7b904d
 // +build !windows
 
 package volume
 
 var (
 	testDestinationPath = "/foo"
 	testSourcePath      = "/foo"
 )