]> Cypherpunks repositories - gostls13.git/commit
testing: fix example test fd leak
authorEmil Hessman <c.emil.hessman@gmail.com>
Sat, 22 Dec 2012 18:41:01 +0000 (13:41 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 22 Dec 2012 18:41:01 +0000 (13:41 -0500)
commit4b7c2dfcea6568f4f9c5d9b0aadd205821e6f7d3
treebfa7ed1e377b7d2963844e3876792c5fcb8cbd61
parent475f3df43fa6f89413bc142c61a5551d3f8bd281
testing: fix example test fd leak

Close the read side of the pipe.
Fixes #4551.

R=rsc
CC=golang-dev
https://golang.org/cl/6962049
src/pkg/testing/example.go