]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.24] os: skip TestOpenFileCreateExclDanglingSymlink when no symlinks
authorDamien Neil <dneil@google.com>
Wed, 21 May 2025 00:02:11 +0000 (17:02 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 22 Sep 2025 15:35:39 +0000 (08:35 -0700)
commit0e3c8891ba2c06c3c865e4ab0a3929ceba4c7d4a
tree3d4da557e5ed165a34fbce8226798cce0871d99b
parenta0811d4dc916d8d441b8f1fa737cf47141939bb7
[release-branch.go1.24] os: skip TestOpenFileCreateExclDanglingSymlink when no symlinks

Skip this test on plan9, and any other platform that doesn't
have symlinks.

For #73729
Fixes #75359

Change-Id: I8052db24ed54c3361530bd4f54c96c9d10c4714c
Reviewed-on: https://go-review.googlesource.com/c/go/+/674697
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Commit-Queue: Alan Donovan <adonovan@google.com>
Reviewed-by: Richard Miller <millerresearch@gmail.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
(cherry picked from commit 0375edd901f2807af29af95f60a06065c489708c)
Reviewed-on: https://go-review.googlesource.com/c/go/+/704336
Reviewed-by: David du Colombier <0intro@gmail.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
src/os/os_test.go