]> go.fuhry.dev Git - fsnotify.git/commit
Check privileges for symlink tests on Windows (#530)
authormattn <mattn.jp@gmail.com>
Thu, 20 Oct 2022 02:22:52 +0000 (11:22 +0900)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 02:22:52 +0000 (04:22 +0200)
commitd17464835124054ef58f53b3fb28c80443c162e6
tree4190bd62b3a453c9efe0c0cc880852f62d2c4822
parent8aaa18572091dbe8a4fa25cdacd5caebe79e58c5
Check privileges for symlink tests on Windows (#530)

Tests for symlink always fail when run the tests as non-admin users on Windows since Windows require privileges to create symlinks. This CL change to check the privileges.
fsnotify_test.go
internal/unix2.go [new file with mode: 0644]
internal/windows.go