]> Cypherpunks repositories - gostls13.git/commit
cmd/link: write to temp directory in test
authorCherry Zhang <cherryyz@google.com>
Fri, 3 Apr 2020 00:57:44 +0000 (20:57 -0400)
committerCherry Zhang <cherryyz@google.com>
Fri, 3 Apr 2020 13:42:33 +0000 (13:42 +0000)
commit6117275788ae5f63a1229cf058baf55a818a34c1
tree29fbeaf47ac6d872dac82370849cf86db9a0f334
parenta9a78b7005f400e52d8891b01458539e801cf8ad
cmd/link: write to temp directory in test

In TestMMap, write to temporary directory, instead of the current
directory (which may not be writeable).

Fix linux-mips64le-mengzhuo builder.

Change-Id: I06dc3266f125523568c543634079c447d91903bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/227077
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/outbuf_test.go