blob: c616eeef93223ef8327f0aaf0aa1bbcf4f955f20 [file] [log] [blame]
// +build !windows
package container
const (
testAbsPath = "/foo"
testAbsNonExistent = "/some-non-existing-host-path/"
)