diff --git a/Tests/FileMgrTest.cpp b/Tests/FileMgrTest.cpp index f023f9f95b..15bb215327 100644 --- a/Tests/FileMgrTest.cpp +++ b/Tests/FileMgrTest.cpp @@ -1052,7 +1052,7 @@ TEST_F(MaxRollbackEpochTest, WriteEmptyBufferAndMultipleEpochVersions) { ASSERT_EQ(static_cast(2), used_page_count); } -constexpr char file_mgr_path[] = "./FileMgrTest"; +constexpr char file_mgr_path[] = "./FileMgrTestDir"; namespace bf = boost::filesystem; class FileMgrUnitTest : public testing::Test {