Volker Birk 6 years ago
parent
commit
26d9c8b3ea
  1. 1
      test/minimail.py

1
test/minimail.py

@ -88,6 +88,7 @@ def recv_all(inbox, marker):
t = p.stat().st_mtime
if t > newest:
newest = t
if newest:
(inbox / marker).touch(exist_ok=True)
os.utime(str(inbox / marker), (newest, newest))

Loading…
Cancel
Save