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