gopkg.in/docker/docker.v20@v20.10.27/integration-cli/test_vars_windows_test.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  package main
     5  
     6  const (
     7  	// identifies if test suite is running on a unix platform
     8  	isUnixCli = false
     9  
    10  	// this is the expected file permission set on windows: gh#11395
    11  	expectedFileChmod = "-rwxr-xr-x"
    12  )