test_vars_unix_test.go 157 B

12345678910
  1. //go:build !windows
  2. package main
  3. const (
  4. // identifies if test suite is running on a unix platform
  5. isUnixCli = true
  6. expectedFileChmod = "-rw-r--r--"
  7. )