os_unix_test.go: rename to os_anyos_test.go, add windows build tag

Also remove now-unsupported freebsd build tag.
This commit is contained in:
Dan Kegel
2021-12-03 20:26:16 -08:00
committed by Ron Evans
parent 343146f35c
commit d62c9696fb
@@ -1,4 +1,4 @@
// +build darwin linux,!baremetal freebsd,!baremetal
// +build windows darwin linux,!baremetal
package os_test