• Alex Brainman's avatar
    syscall: StartProcess fixes for windows · 913c8d73
    Alex Brainman authored
    - StartProcess will work with relative (to attr.Dir, not
      current directory) executable filenames
    - StartProcess will only work if executable filename points
      to the real file, it will not search for executable in the
      $PATH list and others (see CreateProcess manual for details)
    - StartProcess argv strings can contain any characters
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/4306041
    913c8d73
os_test.go 20.2 KB