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