]> Cypherpunks repositories - gostls13.git/commit
os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpen
authorBryan C. Mills <bcmills@google.com>
Thu, 29 Sep 2022 13:33:07 +0000 (09:33 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 29 Sep 2022 18:49:15 +0000 (18:49 +0000)
commitce3a5c0d1036bea6d0abb9ff638f3a5382e428ee
tree76c65cfe1a23394aec19daf16807c5b8828dabd7
parent4a0a2b33dfa3c99250efa222439f2c27d6780e4a
os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpen

Updates #52580.
For #50436.

Change-Id: I0929055ffca1ca429f6ebec7d877f4268bd1fda2
Reviewed-on: https://go-review.googlesource.com/c/go/+/436656
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
src/os/exec/exec_test.go