%PDF- %PDF-
Direktori : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/run_issue11709.txt |
# 'go run' should not pass extraneous environment variables to the subprocess. go run run.go ! stdout . ! stderr . -- run.go -- package main import "os" func main() { if os.Getenv("TERM") != "" { os.Exit(1) } }