]> Cypherpunks repositories - gostls13.git/commit
os: check for EACCES, not EPERM, in Getwd test
authorIan Lance Taylor <iant@golang.org>
Wed, 4 Sep 2024 18:47:47 +0000 (11:47 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 12 Sep 2024 00:11:48 +0000 (00:11 +0000)
commite9a500f47dadcd73c970649a1072d28997617610
tree7fb5bde3e044ff12c1bc398deb3c2839b6165388
parente6138185db7f0c3390109b3324fc7478f7e20f97
os: check for EACCES, not EPERM, in Getwd test

Fixes #69406

Change-Id: I1c6b1498d87f94cc9196a933c13df1c3369e19a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/610756
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Tim King <taking@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/os/getwd_unix_test.go