From 99820d854cc95056b4beda74732c1b4ab3211b6a Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 17 Jul 2021 16:45:25 +0200 Subject: [PATCH] oh that wasnt enough ok then --- tests/util.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/util.py b/tests/util.py index 02fbe936..666fdbca 100644 --- a/tests/util.py +++ b/tests/util.py @@ -69,6 +69,11 @@ def get_ramdisk(): with open("/Volumes/cptd/.metadata_never_index", "w") as f: f.write("orz") + try: + shutil.rmtree("/Volumes/cptd/.fseventsd") + except: + pass + return subdir("/Volumes/cptd") except Exception as ex: print(repr(ex))