Skip to content

Commit 4821446

Browse files
committed
Revert "Fix fstat_ut (#164)"
This reverts commit af4fca4.
1 parent b3ea0c8 commit 4821446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/system/fstat_ut.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ Y_UNIT_TEST_SUITE(TestFileStat) {
105105
#endif
106106

107107
Y_UNIT_TEST(SymlinkToExistingFileTest) {
108-
NFs::MakeDirectory(GetOutputPath());
109108
const auto path = GetOutputPath() / "file_1";
110109
const auto link = GetOutputPath() / "symlink_1";
111110
TFile(path, EOpenModeFlag::CreateNew | EOpenModeFlag::RdWr);

0 commit comments

Comments
 (0)