| 143 | } |
| 144 | |
| 145 | void TFsTest::TestRename() { |
| 146 | RunRenameTest("src.txt", "dst.txt"); |
| 147 | RunRenameTest("src_абвг.txt", "dst_абвг.txt"); |
| 148 | } |
| 149 | |
| 150 | static void RunHardlinkTest(const TFsPath& src, const TFsPath& dst) { |
| 151 | NFs::Remove(src); |
nothing calls this directly
no test coverage detected