diff options
author | immartynov <immartynov@yandex-team.ru> | 2022-02-10 16:51:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:52 +0300 |
commit | e9b931bef4870ab86a59bda2ef913c3238f0ba19 (patch) | |
tree | 4241c6bdace6ec3178aba51687814f2abece1f9e /util/system/execpath_ut.cpp | |
parent | 45d88ab6257c06a37cf909ba04512ba970eca425 (diff) | |
download | ydb-e9b931bef4870ab86a59bda2ef913c3238f0ba19.tar.gz |
Restoring authorship annotation for <immartynov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/execpath_ut.cpp')
-rw-r--r-- | util/system/execpath_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/execpath_ut.cpp b/util/system/execpath_ut.cpp index 16b01466f5..8278adb6c4 100644 --- a/util/system/execpath_ut.cpp +++ b/util/system/execpath_ut.cpp @@ -8,11 +8,11 @@ Y_UNIT_TEST_SUITE(TExecPathTest) { Y_UNIT_TEST(TestIt) { TString execPath = GetExecPath(); - TString persistentExecPath = GetPersistentExecPath(); + TString persistentExecPath = GetPersistentExecPath(); try { UNIT_ASSERT(NFs::Exists(execPath)); - UNIT_ASSERT(NFs::Exists(persistentExecPath)); + UNIT_ASSERT(NFs::Exists(persistentExecPath)); } catch (...) { Cerr << execPath << Endl; |