]> go.fuhry.dev Git - fsnotify.git/commit
BSD - Fix for Issue #24 - Deleting watched directory
authorChris Howey <chris@howey.me>
Thu, 1 Nov 2012 12:12:29 +0000 (07:12 -0500)
committerChris Howey <chris@howey.me>
Thu, 1 Nov 2012 12:12:29 +0000 (07:12 -0500)
commitb20bf8067ff2a543ede9094e35bf0c9380ce7658
tree3f9c12807c444ef66a8361cedfb130e5cfc858df
parentb63a275e7a4ba4770de2584c035f2d9166e74102
BSD - Fix for Issue #24 - Deleting watched directory

This fixes the issue where the delete of a watched directory sends and
error instead of a delete for the directory and the underlying watched
files.

The reproduce case for reference: https://gist.github.com/3972447

Also included is a test case addition for the above issue.
fsnotify_bsd.go
fsnotify_test.go