]> Cypherpunks repositories - gostls13.git/commit
os: use Mkdir in TestCopyFSWithSymlinks
authorKir Kolyshkin <kolyshkin@gmail.com>
Thu, 5 Sep 2024 00:31:56 +0000 (17:31 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 6 Sep 2024 13:23:10 +0000 (13:23 +0000)
commit86d74894cc5f5bc6e814fecfa0300cd1c0fd06e4
tree145fdfeae1da625dbec25437c1c6e9865b50a665
parent6cb8e5ca9fabc1791e0db9d71548bd71f08f3585
os: use Mkdir in TestCopyFSWithSymlinks

This code creates a few directories under a temporary directory that was
just created before, so using MkdirTemp is not needed here.

Change-Id: Icfc45b70349bc1927efb1647bcc9fd58aa82b792
Reviewed-on: https://go-review.googlesource.com/c/go/+/611037
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/os/os_test.go