Spring cleaning
[platform/core/test/security-tests.git] / src / security-manager-tests / test_cases.cpp
index c46e6e0..93d6cea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 - 2020 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016-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.
@@ -751,8 +751,8 @@ RUNNER_TEST(security_manager_22_security_manager_cmd_install)
     const std::string appopt = " --app=" + app_id;
     const std::string uidopt = " --uid=" + user.getUidString();
 
-    mktreeSafe(path1.c_str(), 0);
-    mktreeSafe(path2.c_str(), 0);
+    mktreeSafe(path1, 0);
+    mktreeSafe(path2, 0);
 
     const std::string installcmd = "security-manager-cmd --install " + appopt + pkgopt + uidopt;