tailscale/atomicfile
Denton Gentry 765b519643
atomicfile: only run test on Linux.
macOS doesn't like the test, in the setup where it creates a unix-domain
socket:
```
atomicfile_test.go:27: listen unix
/var/folders/_2/42v283xx1xgbjdbyvhlm13hc0000gp/T/TestDoesNotOverwriteIrregularFiles1507752327/001/special:
bind: invalid argument
```

I think at this point we should assume the socket
as written in the test only works on Linux.

Updates #7658

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2023-04-04 08:21:15 -07:00
..