Windows CI: Turning off pkg\symlink unit testing

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: eaa1708e703427a47f28eb198942f18b9d7237d8
Component: engine
This commit is contained in:
John Howard
2016-02-29 13:10:50 -08:00
parent 4cc9b2c995
commit d5b5c504a1
@@ -1,3 +1,5 @@
// +build !windows
// Licensed under the Apache License, Version 2.0; See LICENSE.APACHE
package symlink
@@ -10,6 +12,9 @@ import (
"testing"
)
// TODO Windows: This needs some serious work to port to Windows. For now,
// turning off testing in this package.
type dirOrLink struct {
path string
target string