]> go.fuhry.dev Git - fsnotify.git/commitdiff
Remove skip test
authorChris Howey <chris@howey.me>
Mon, 11 Mar 2013 23:29:07 +0000 (18:29 -0500)
committerChris Howey <chris@howey.me>
Mon, 11 Mar 2013 23:29:07 +0000 (18:29 -0500)
fsnotify_test.go

index d272453c60f44c5ea03037ce2651b6cf067a7dd5..caab401ec07cd825eb4592b35389da7b4fbea030 100644 (file)
@@ -489,8 +489,6 @@ func TestFsnotifyDeleteWatchedDir(t *testing.T) {
 }
 
 func TestFsnotifySubDir(t *testing.T) {
-       t.Skip("fails on OS X at least")
-
        // Create an fsnotify watcher instance and initialize it
        watcher, err := NewWatcher()
        if err != nil {