diff --git a/src/allmydata/test/test_inotify.py b/src/allmydata/test/test_inotify.py index 3feebdb20..473e7e08f 100644 --- a/src/allmydata/test/test_inotify.py +++ b/src/allmydata/test/test_inotify.py @@ -91,7 +91,6 @@ class INotifyTests(AsyncTestCase): """ def operation(path): path.touch() - path.touch() return self._notificationTest(inotify.IN_ATTRIB, operation)