]> Cypherpunks repositories - gostls13.git/commit
os: clean up after TestIssue60181
authorJoel Sing <joel@sing.id.au>
Wed, 10 Jul 2024 13:20:11 +0000 (23:20 +1000)
committerGopher Robot <gobot@golang.org>
Fri, 12 Jul 2024 16:31:06 +0000 (16:31 +0000)
commit8bc32ab6b11a4428f8f0d0eec8db02d520ce422f
tree63981f195687af7ee43766d5ee79ac7218487022
parentb31e9a63a4d7ed98b89719ee54b752920782ae15
os: clean up after TestIssue60181

This test currently leaves two temp files lying around - ensure these
are created in the current working directory (a temp dir) so that they
get cleaned up when the test is complete.

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