From 852949e17a34e489656a855e0dff574d6fafa85c Mon Sep 17 00:00:00 2001 From: "sangwan.kwon" Date: Tue, 30 May 2017 14:30:37 +0900 Subject: [PATCH] Fix typo on test-init script Change-Id: I3bbdc294d0fbf9efa1b3f95992b63aa118d18913 Signed-off-by: sangwan.kwon --- tests/script/pre-test.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1