From 3b744b7a5e365caa1b0efde7a530c95dccf10a8f Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 17 Apr 2025 17:10:59 +0200 Subject: FileSystemManager: Always copy directories recursively --- test/buildtool/file_system/file_system_manager.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/buildtool/file_system/file_system_manager.test.cpp') diff --git a/test/buildtool/file_system/file_system_manager.test.cpp b/test/buildtool/file_system/file_system_manager.test.cpp index 86334faf..805d8bc1 100644 --- a/test/buildtool/file_system/file_system_manager.test.cpp +++ b/test/buildtool/file_system/file_system_manager.test.cpp @@ -743,7 +743,7 @@ TEST_CASE("CopyDirectoryImpl", "[file_system]") { CHECK(FileSystemManager::WriteFile("boo", "a/bb.txt")); // Test copy - CHECK(FileSystemManager::CopyDirectoryImpl("a", to, true)); + CHECK(FileSystemManager::CopyDirectoryImpl("a", to)); // Result should be in tmp-dir now CHECK(FileSystemManager::IsDirectory(to)); -- cgit v1.2.3