| 275 | } |
| 276 | |
| 277 | void TFsTest::TestSymlink() { |
| 278 | // if previous running was failed |
| 279 | RunSymLinkTest("f.txt", "fl.txt"); |
| 280 | RunSymLinkTest("f_абвг.txt", "fl_абвг.txt"); // utf-8 names |
| 281 | } |
| 282 | |
| 283 | void TFsTest::TestCwdOpts() { |
| 284 | TFsPath initialCwd = NFs::CurrentWorkingDirectory(); |
nothing calls this directly
no test coverage detected