Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for commandList (0.11 sec)

  1. src/os/exec/lp_windows_test.go

    			}
    		})
    	}
    }
    
    type commandTest struct {
    	name       string
    	PATH       []string
    	files      []string
    	dir        string
    	arg0       string
    	want       string
    	wantPath   string // the resolved c.Path, if different from want
    	wantErrDot bool
    	wantRunErr error
    }
    
    var commandTests = []commandTest{
    	// testing commands with no slash, like `a.exe`
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:38:12 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top