]> Cypherpunks repositories - gostls13.git/commit
os: fix build error on plan9
authorHiroshi Ioka <hirochachacha@gmail.com>
Fri, 26 Aug 2016 08:44:30 +0000 (17:44 +0900)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 26 Aug 2016 09:09:04 +0000 (09:09 +0000)
commit3e59b20d41c6dc4ed1e528279da3017555df2ceb
treede599aa1377cabff9763bc1dc96c2024212078d4
parenta656390b6986c3d559873b64683aa3454a151115
os: fix build error on plan9

https://go-review.googlesource.com/#/c/27580 added the test.
However the test use syscall.ELOOP which is not defined on plan9.
Move test code from "os_test.go" to "os_windows_test.go" to prevent
build error.

Change-Id: Ie7f05bfb9ab229e06a8e82a4b3b8a7ca82d4663b
Reviewed-on: https://go-review.googlesource.com/27833
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David du Colombier <0intro@gmail.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/os/os_test.go
src/os/os_windows_test.go