aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/execpath_ut.cpp
diff options
context:
space:
mode:
authorimmartynov <immartynov@yandex-team.ru>2022-02-10 16:51:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:52 +0300
commite9b931bef4870ab86a59bda2ef913c3238f0ba19 (patch)
tree4241c6bdace6ec3178aba51687814f2abece1f9e /util/system/execpath_ut.cpp
parent45d88ab6257c06a37cf909ba04512ba970eca425 (diff)
downloadydb-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.cpp4
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;