diff --git a/symlink/fs_test.go b/symlink/fs_unix_test.go similarity index 98% rename from symlink/fs_test.go rename to symlink/fs_unix_test.go index 8920948..7085c0b 100644 --- a/symlink/fs_test.go +++ b/symlink/fs_unix_test.go @@ -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