moby--moby/integration-cli/test_vars_unix.go

9 lines
121 B
Go
Raw Normal View History

// +build !windows
package main
const (
// identifies if test suite is running on a unix platform
isUnixCli = true
)