]> Cypherpunks repositories - gostls13.git/commit
syscall: append to environment in tests, don't clobber it
authorIan Lance Taylor <iant@golang.org>
Mon, 11 May 2020 18:01:16 +0000 (11:01 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 11 May 2020 22:26:51 +0000 (22:26 +0000)
commit910fee4ed55f1e9fa1386377c40f0b1eac63ee3f
tree00810c615d919fa642cbe9f2230a7c3e7173fa90
parent2cb10d42b762f5f47dd239a2c114d1840dc5cfbf
syscall: append to environment in tests, don't clobber it

Fixes https://gcc.gnu.org/PR95061

Change-Id: I3cddfe5920b6da572ddeafa201617003c25175e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/233318
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/exec_linux_test.go
src/syscall/syscall_linux_test.go