Skip to content

Commit

Permalink
FileMgrTest executable accidentally deletes itself when run locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwayneberry authored and andrewseidl committed Jul 19, 2021
1 parent 7f8be0b commit 73636ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/FileMgrTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ TEST_F(MaxRollbackEpochTest, WriteEmptyBufferAndMultipleEpochVersions) {
ASSERT_EQ(static_cast<uint64_t>(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 {
Expand Down

0 comments on commit 73636ed

Please sign in to comment.