]> Cypherpunks repositories - gostls13.git/commit
internal/testenv: move helpers related to os/exec to a separate file
authorBryan C. Mills <bcmills@google.com>
Mon, 31 Oct 2022 20:42:30 +0000 (16:42 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 1 Nov 2022 13:37:40 +0000 (13:37 +0000)
commit661e931dd120484cc1318792bc93ace00bbde088
treed084d5c89fd3e210939610bd93a98e79ad3a63dc
parentc81c0279827545b20f81797bb263ae696d9c235f
internal/testenv: move helpers related to os/exec to a separate file

(Suggested by Austin in CL 445596.)

Change-Id: Ic774d551e8085d15435ef2b3c78d0169a365ce41
Reviewed-on: https://go-review.googlesource.com/c/go/+/446642
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/internal/testenv/exec.go [new file with mode: 0644]
src/internal/testenv/testenv.go