Fix the type in CMakeLists of security-test. 79/89779/1 accepted/tizen/3.0/ivi/20161011.062404 accepted/tizen/3.0/mobile/20161015.034205 accepted/tizen/3.0/tv/20161016.005804 accepted/tizen/3.0/wearable/20161015.084105 accepted/tizen/common/20161004.080944 accepted/tizen/ivi/20161005.080105 accepted/tizen/mobile/20161005.080023 accepted/tizen/tv/20161005.080036 accepted/tizen/wearable/20161005.080055 submit/tizen/20161001.075614 submit/tizen_3.0_ivi/20161010.000006 submit/tizen_3.0_mobile/20161015.000006 submit/tizen_3.0_tv/20161015.000005 submit/tizen_3.0_wearable/20161015.000005
authorjin-gyu.kim <jin-gyu.kim@samsung.com>
Tue, 27 Sep 2016 03:59:12 +0000 (12:59 +0900)
committerjin-gyu.kim <jin-gyu.kim@samsung.com>
Tue, 27 Sep 2016 04:00:26 +0000 (13:00 +0900)
Change-Id: I38d56609afbc0e08252338152288185a9b1028dd

test/root_test/CMakeLists.txt

index 105e17cf689e056577382eee0c155883a2027614..562844bf47ea51590702d86dfcafef55072d10f1 100755 (executable)
@@ -39,7 +39,7 @@ ELSEIF("${ARCH}" STREQUAL "x86_64")
                FILE(GLOB W_ROOT_DAEMON_LIST "${CMAKE_SOURCE_DIR}/test/root_test/list/emul/wearable/root_daemon_list")
 ENDIF()
 INSTALL(FILES
-       ${W_SHELL_SCRIPT}
+       ${SHELL_SCRIPT}
                ${W_EXCEPTION_LIST}
                ${W_NON_DAEMON_LIST}
                ${W_NON_ROOT_LIST}