diff options
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 8278adb6c4..16b01466f5 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; |