| 185 | } |
| 186 | |
| 187 | void TFsTest::TestHardlink() { |
| 188 | RunHardlinkTest("tempfile", "hardlinkfile"); |
| 189 | RunHardlinkTest("tempfile_абвг", "hardlinkfile_абвг"); // utf-8 names |
| 190 | } |
| 191 | |
| 192 | static void RunSymLinkTest(TString fileLocalName, TString symLinkName) { |
| 193 | // if previous running was failed |
nothing calls this directly
no test coverage detected