From d60079c534e0696e4042717999500cc2c285c320 Mon Sep 17 00:00:00 2001 From: Christophe Larchier Date: Wed, 8 Jan 2025 10:05:32 +0100 Subject: [PATCH] Comment added --- test/libcommonserver/utility/testutility.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/libcommonserver/utility/testutility.cpp b/test/libcommonserver/utility/testutility.cpp index 2ac06794b..46d9a14ff 100644 --- a/test/libcommonserver/utility/testutility.cpp +++ b/test/libcommonserver/utility/testutility.cpp @@ -179,6 +179,7 @@ void TestUtility::testIsEqualInsensitive(void) { } void TestUtility::testMoveItemToTrash(void) { + // !!! Linux - Move to trash fails on tmpfs LocalTemporaryDirectory tempDir; SyncPath path = tempDir.path() / "test.txt"; std::ofstream file(path);