]> Cypherpunks repositories - gostls13.git/commit
net: pass TMPDIR to test client process
authorElias Naur <mail@eliasnaur.com>
Sun, 7 Apr 2019 18:29:24 +0000 (20:29 +0200)
committerElias Naur <mail@eliasnaur.com>
Sun, 7 Apr 2019 18:55:23 +0000 (18:55 +0000)
commitef38e21eb58abe9c37b52bf5cabc115bb3dd3ebc
treed3aa5f80c3b32e7c6c4b96cbb8f421ca3fb74bd3
parent7331edcef567bb9fdc848f3b8e18dd0da0987372
net: pass TMPDIR to test client process

Fixes the TestSplice test on Android where the default
TMPDIR (/data/local/tmp) might not be available.

Change-Id: I4f104d11254ba855b1bd2dfa0547d69b7bce4878
Reviewed-on: https://go-review.googlesource.com/c/go/+/170947
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/splice_test.go