]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fipstest: fix TestACVP not to write to module cache
authorRuss Cox <rsc@golang.org>
Wed, 20 Nov 2024 15:08:18 +0000 (10:08 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 20 Nov 2024 18:12:28 +0000 (18:12 +0000)
commit30b09bccfd2446de566f9dfd0592cb4406e639b2
tree3fccd662684b69cceb10395fe1c3feda7915d602
parent5165f54167a404985428cfd87aecc80595af491a
crypto/internal/fipstest: fix TestACVP not to write to module cache

Not sure how this ever worked; the module cache is read-only.

Change-Id: I22e4945fa0bac101995ab9101d22dcfdcee40776
Reviewed-on: https://go-review.googlesource.com/c/go/+/629976
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/crypto/internal/fipstest/acvp_test.go