]> go.fuhry.dev Git - fsnotify.git/commitdiff
Windows - fix symlink test
authorChris Howey <chris@howey.me>
Sat, 28 Apr 2012 16:24:29 +0000 (11:24 -0500)
committerChris Howey <chris@howey.me>
Sat, 28 Apr 2012 16:24:29 +0000 (11:24 -0500)
fsnotify_symlink_test.go

index f6899a7f16ae773c3a6f72cd93f2d3f45fa80bec..1a79c7a5fda23d62afad896fef5e1452c7147c10 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// -build windows
+// +build freebsd openbsd netbsd darwin linux
 
 package fsnotify