aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/read3.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/exec/read3.go')
-rw-r--r--src/os/exec/read3.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/exec/read3.go b/src/os/exec/read3.go
index 10cbfbd54ab..8327d73e514 100644
--- a/src/os/exec/read3.go
+++ b/src/os/exec/read3.go
@@ -6,7 +6,7 @@
// This is a test program that verifies that it can read from
// descriptor 3 and that no other descriptors are open.
-// This is not done via TestHelperProcess and GO_WANT_HELPER_PROCESS
+// This is not done via TestHelperProcess and GO_EXEC_TEST_PID
// because we want to ensure that this program does not use cgo,
// because C libraries can open file descriptors behind our backs
// and confuse the test. See issue 25628.