268
268
self.assertEndsWith(args[3], ' ago')
269
269
self.assertContainsRe(args[4], r'\d\d:\d\d:\d\d')
298
271
def test_34_lock_write_waits(self):
299
272
"""LockDir.lock_write() will wait for the lock."""
300
273
# the test suite sets the default to 0 to make deadlocks fail fast.