Just touch the path once

This commit is contained in:
Jean-Paul Calderone 2019-03-14 10:23:52 -04:00
parent b14583f0e9
commit 2cb710ac1e

View File

@ -91,7 +91,6 @@ class INotifyTests(AsyncTestCase):
"""
def operation(path):
path.touch()
path.touch()
return self._notificationTest(inotify.IN_ATTRIB, operation)