change mtime test file location to collection-root

This commit is contained in:
Peter Bieringer 2025-02-21 07:41:01 +01:00
parent 63e414850e
commit 53251231d4

View file

@ -94,7 +94,7 @@ class Storage(
def _analyse_mtime(self):
# calculate and display mtime resolution
path = os.path.join(self._filesystem_folder, ".Radicale.mtime_test")
path = os.path.join(self._get_collection_root_folder(), ".Radicale.mtime_test")
logger.debug("Storage item mtime resolution test with file: %r", path)
try:
with open(path, "w") as f: