blob: 57666fc14379b68053f2734ea0dbb2e4468cfae7 [file] [log] [blame]
//go:build !windows
// +build !windows
package main
const (
// identifies if test suite is running on a unix platform
isUnixCli = true
expectedFileChmod = "-rw-r--r--"
)