Fix typo on test-init script 75/131575/1
authorsangwan.kwon <sangwan.kwon@samsung.com>
Tue, 30 May 2017 05:30:37 +0000 (14:30 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Tue, 30 May 2017 05:30:37 +0000 (14:30 +0900)
Change-Id: I3bbdc294d0fbf9efa1b3f95992b63aa118d18913
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
tests/script/pre-test.sh.in

index 37a600e..d98fce6 100755 (executable)
@@ -27,7 +27,7 @@ INTERNAL=@BIN_INSTALL_DIR@/@TEST_INTERNAL@
 
 CURL=@BIN_INSTALL_DIR@/curl
 
-declare -a TESTS=("$INSTALLER $LAUNCHER $CLAUNCER $INTERNAL")
+declare -a TESTS=("$INSTALLER $LAUNCHER $CLAUNCHER $INTERNAL")
 
 for t in "${TESTS[@]}"
        do