Spring cleaning
[platform/core/test/security-tests.git] / src / cynara-tests / common / cynara_test_env.cpp
index 7b9a1a9..7740f9d 100644 (file)
@@ -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";