]> Cypherpunks repositories - gostls13.git/commit
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>
Wed, 21 May 2025 13:56:39 +0000 (06:56 -0700)
commit0375edd901f2807af29af95f60a06065c489708c
treeb5aada1c8e79a5a4fa666aa03077b1f9c35c08f8
parent7f806c1052aa919c1c195a5b2223626beab2495c
os: skip TestOpenFileCreateExclDanglingSymlink when no symlinks

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

Fixes #73729

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>
src/os/os_test.go