]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.8] net: skip Windows test using getmac if getmac cmdlet not available
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Apr 2017 20:43:08 +0000 (20:43 +0000)
committerRuss Cox <rsc@golang.org>
Thu, 19 Oct 2017 20:26:20 +0000 (16:26 -0400)
commit2ef4a8565be563f41703527ce1cbd965fb57aa98
tree265b47136f8901a9d4043e0b30baf938cc9cca17
parentf5bcb9b8fe9dd8949d4682b74be6ba72e5d554fb
[release-branch.go1.8] net: skip Windows test using getmac if getmac cmdlet not available

This doesn't appear to be present on Windows Server 2012 or 2016:

https://build.golang.org/log/6ea21b99c9b8a2be20f9aeaec6c425b84faf1af7
https://build.golang.org/log/2bcf04f1df003577352f4f987a39a59a081094ee

Updates golang/go#17513
Updates golang/go#20073

Change-Id: I72820704b4cb16bb1720b7f6a9f2e10028c71334
Reviewed-on: https://go-review.googlesource.com/41395
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/net/net_windows_test.go