github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/integration-cli/test_vars_windows_test.go (about)

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