X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcynara-tests%2Fcommon%2Fcynara_test_env.cpp;h=7740f9d9651b42402d0da482fd7d9d906057a1e9;hb=3473c4207ef2f437804e7eb40b8ffd2163b84846;hp=7b9a1a95a53bb3d9aefc180e0e4c4bdc04cebfdc;hpb=00db07edeb36c5cdcb8904021641b3512821e2ba;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/src/cynara-tests/common/cynara_test_env.cpp b/src/cynara-tests/common/cynara_test_env.cpp index 7b9a1a9..7740f9d 100644 --- a/src/cynara-tests/common/cynara_test_env.cpp +++ b/src/cynara-tests/common/cynara_test_env.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2014-2020 Samsung Electronics Co., Ltd. All rights reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ CynaraTestEnv::~CynaraTestEnv() void CynaraTestEnv::init(const std::string &testName) { - m_saveDir = TMP_DIR + "/" + testName; + m_saveDir = "/tmp/" + testName; m_dbSaveDir = m_saveDir + "/db"; m_defaultDir = "/etc/security-tests/db_patterns/default"; m_pluginsToInstallDir = "/opt/plugins_to_install";