commit | ca335db335694c6987830c2401fcb9e24dc3bebd | [log] [tgz] |
---|---|---|
author | Danilo J. S. Bellini <danilo.bellini@gmail.com> | Sat Sep 24 15:44:27 2016 -0300 |
committer | Danilo J. S. Bellini <danilo.bellini@gmail.com> | Sat Sep 24 15:54:40 2016 -0300 |
tree | 2980141564ba00a6644e417dd79a45cd022a5ffc | |
parent | 69d4ca48ff0c6d0d2be6699b138fec40710625d5 [diff] |
Remove duplicated directory "delete" on Linux Inotify emits a IN_DELETE|IS_DIR event and a IN_DELETE_SELF event (in this order) when a watched directory is removed, the former event happens for all directories and generates a pair of a DirDeletedEvent and a DirModifiedEvent instances, the latter used to generate a (duplicated and unrequired) DirDeletedEvent With this change, the test_fast_subdirectory_creation_deletion no longer fails