github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/engine/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  )