https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95061
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>: https://gcc.gnu.org/g:4f157ed7749fd13c3562dd09696f7d675b86434f commit r11-302-g4f157ed7749fd13c3562dd09696f7d675b86434f Author: Ian Lance Taylor <i...@golang.org> Date: Mon May 11 16:23:44 2020 -0700 syscall: append to environment in tests, don't clobber it This is a partial backport of https://golang.org/cl/233318. It's only a partial backport because part of the change was already applied to libgo in CL 193497 as part of the update to the Go 1.13beta1 release. Fixes PR go/95061 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/233359