Test for previous atime/ctime fix.
This commit is contained in:
parent
4bf569c2a4
commit
d26ec22d88
6 changed files with 17 additions and 2 deletions
6
t/tick
Executable file
6
t/tick
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import time
|
||||
|
||||
t1 = int(time.time())
|
||||
while int(time.time()) == t1:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue