validate_unix_test.go 132 B

12345678
  1. // +build !windows
  2. package container
  3. const (
  4. testAbsPath = "/foo"
  5. testAbsNonExistent = "/some-non-existing-host-path/"
  6. )