]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: save the temp dir in TestReadUniqueDirectoryEntries
authorBryan C. Mills <bcmills@google.com>
Tue, 19 May 2020 18:17:05 +0000 (14:17 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 19 May 2020 18:43:29 +0000 (18:43 +0000)
commit2dbbc867dbf44f72422d1827d18a2055f9b7b72f
treebf97d3bc685d184b1bdc889f1dd081e9f4fcd10e
parent6d6e4827c0b8ce302f7815ab565617f4593c5b46
crypto/x509: save the temp dir in TestReadUniqueDirectoryEntries

In CL 231958, TempDir was changed to create a new temp directory on
each allocation, on the theory that it is easy to save in a variable
for callers that want the same directory repeatedly. Apply that
transformation here.

Updates #38850

Change-Id: Ibb014095426c33038e0a2c95303579cf95d5c3ba
Reviewed-on: https://go-review.googlesource.com/c/go/+/234582
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/x509/root_unix_test.go