From 1ea4da94d118cae13ab4f6ab4acee257092f98b0 Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Mon, 11 Mar 2013 18:29:07 -0500 Subject: [PATCH] Remove skip test --- fsnotify_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/fsnotify_test.go b/fsnotify_test.go index d272453..caab401 100644 --- a/fsnotify_test.go +++ b/fsnotify_test.go @@ -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 { -- 2.50.1