]> Cypherpunks repositories - gostls13.git/commit
cmd/distpack: test for .DS_Store files in all directories
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 1 Aug 2023 17:43:08 +0000 (13:43 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 1 Aug 2023 22:29:19 +0000 (22:29 +0000)
commitfb6f38dda15d4155b500f6b3e1a311a951a22b69
treedb4ef93632fe398391ce58e9bbe6a7805da3bd05
parentf719de079871f51998e735fc51b3891d50217262
cmd/distpack: test for .DS_Store files in all directories

macOS may write a .DS_Store file to any directory at any time in
the general case, unfortunately. Expand test rules to catch them
no matter where they may appear.

For #24904.

Change-Id: I98a2bb5d0ae2ab3a191ff87b33d6f8048ca39aa8
Reviewed-on: https://go-review.googlesource.com/c/go/+/514898
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/distpack/test.go