Change name of extendedsd value 30/159430/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 9 Nov 2017 01:48:06 +0000 (10:48 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 9 Nov 2017 01:48:06 +0000 (10:48 +0900)
- Extendedsd value in tizen-config has changed due to compatibility issue.

Change-Id: Ib697e54e4fbaa04fa9281810257acea5e01567ae
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/unit_tests/smoke_utils.cc

index 3730ad0..956e40e 100644 (file)
@@ -586,7 +586,7 @@ bool CheckAvailableExternalPath() {
 }
 
 bool CheckAvailableExtendedStorage() {
-  bf::path extended_path = bf::path(tzplatform_getenv(TZ_SYS_EXTENDEDSD));
+  bf::path extended_path = bf::path(tzplatform_getenv(TZ_X_SYS_EXTENDEDSD));
   LOG(DEBUG) << "extended_path :" << extended_path;
   // TODO(jeremy.jang): It should be checked by libstorage API.
   if (!bf::exists(extended_path)) {