Adapt to changed TZ_SYS_RW_APP: /opt/usr/apps -> /opt/usr/globalapps
[platform/core/test/security-tests.git] / src / security-manager-tests / common / app_install_helper.h
index 0824bdb..2bd6889 100644 (file)
@@ -34,7 +34,7 @@ struct AppInstallHelper {
     {}
 
     std::string getInstallDir() const {
-        return "/opt/usr/apps/" + getPkgId();
+        return "/opt/usr/globalapps/" + getPkgId();
     }
 
     std::string getTrustedDir(int i = 0) const {