%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/go/src/cmd/go/testdata/script/
Upload File :
Create Path :
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)
	}
}

Zerion Mini Shell 1.0