hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.72k stars 505 forks source link

Issue 111: TestReSeekInotify failed #112

Closed xuzixx closed 7 years ago

xuzixx commented 7 years ago

if "case fsnotify.Chmod" logic before "case fsnotify.Rename" always return changes.NotifyDeleted()

Test case pass: macOs 10.11.6 + go 1.6.2 Centos 6.4 + go 1.8

Nino-K commented 7 years ago

@xuzixx Thanks for your contribution.