// +build !windows

package volume // import "github.com/docker/docker/volume"

var (
	testDestinationPath = "/foo"
	testSourcePath      = "/foo"
)