]> Cypherpunks repositories - gostls13.git/commit
os: mark the share created by TestNetworkSymbolicLink as temporary
authorBryan C. Mills <bcmills@google.com>
Fri, 21 Jul 2023 18:35:01 +0000 (14:35 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 25 Jul 2023 00:57:39 +0000 (00:57 +0000)
commit6f597a8a9370e1389399520d721b594277a6766b
tree9e53edb11f143b86ee13a14be53c4c9c0b3fe19f
parenta3a9b1049e59672e4bd56b597b273ef1b07313a0
os: mark the share created by TestNetworkSymbolicLink as temporary

Also use a unique share name for each run of the test.

This may help with #61467, but since I couldn't reproduce the failure
in the first place I don't know. It passes locally for me.

For #61467.

Change-Id: Ie51e3cf381063e02e4849af5c1a1ed7441ce21c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/512075
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/internal/syscall/windows/syscall_windows.go
src/os/os_windows_test.go