helpers: Skip TestGetRealPath on Windows when not in CI
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 18 Sep 2016 20:04:32 +0000 (22:04 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 18 Sep 2016 20:04:32 +0000 (22:04 +0200)
commitbacc1706cbdccb3c692dea175ed3742ac97b4699
tree214fa69e91365496ac7571021b82d0d3e5082b0f
parent98c12b7b3de0822d39886a4de5f3b18b295e3c3d
helpers: Skip TestGetRealPath on Windows when not in CI

`os.Symlink` needs administrator rights on Windows,
and this seems to be the simplest fix while still getting the tests run on Appveyor.

Fixes #2476
helpers/path_test.go