Test for previous atime/ctime fix.

This commit is contained in:
Avery Pennarun 2011-03-10 14:31:52 -08:00
commit d26ec22d88
6 changed files with 17 additions and 2 deletions

6
t/tick Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
import time
t1 = int(time.time())
while int(time.time()) == t1:
pass