Merge pull request #20791 from Microsoft/jjh/testunit-pkgsymlink

Windows CI: Turning off pkg\symlink unit testing
This commit is contained in:
Vincent Demeester 2016-03-01 08:18:44 +01:00
commit dac18985fa
1 changed files with 5 additions and 0 deletions

View File

@ -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