1
0
mirror of https://github.com/golang/go synced 2024-09-24 05:20:13 -06:00
This commit is contained in:
Antonio Garcia 2021-03-18 21:23:17 -06:00 committed by GitHub
parent ed3ae9a340
commit a4cf42f275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ func TestChangingProcessParent(t *testing.T) {
if os.Getenv("GO_WANT_HELPER_PROCESS") == "parent" {
// in parent process
// Parent does nothign. It is just used as a parent of a child process.
// Parent does nothing. It is just used as a parent of a child process.
time.Sleep(time.Minute)
os.Exit(0)
}