From: sangwan.kwon Date: Tue, 30 May 2017 05:30:37 +0000 (+0900) Subject: Fix typo on test-init script X-Git-Tag: submit/tizen/20170623.014003~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F131575%2F1;p=platform%2Fcore%2Fsecurity%2Ftrust-anchor.git Fix typo on test-init script Change-Id: I3bbdc294d0fbf9efa1b3f95992b63aa118d18913 Signed-off-by: sangwan.kwon --- diff --git a/tests/script/pre-test.sh.in b/tests/script/pre-test.sh.in index 37a600e..d98fce6 100755 --- a/tests/script/pre-test.sh.in +++ b/tests/script/pre-test.sh.in @@ -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