summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 19:36:53 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 19:36:53 +0530
commitcb3ac36d90bfed31b027e5b1317dc871e8e19699 (patch)
treeea512591fcc7cda0277490a41af4577570342d65
parent2307939eee2fa368e287d57dbb25c49315127100 (diff)
LTP: fix up 4
Change-Id: Ie254d4c76a6fc3642650d33bc2ca9622d66d73bc Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp-open-posix/ltp.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/automated/linux/ltp-open-posix/ltp.sh b/automated/linux/ltp-open-posix/ltp.sh
index 4f2c620..aba3ef9 100755
--- a/automated/linux/ltp-open-posix/ltp.sh
+++ b/automated/linux/ltp-open-posix/ltp.sh
@@ -47,10 +47,6 @@ done
# Install LTP test suite
install_ltp() {
- rm -rf /opt/ltp
- mkdir -p /opt/ltp
- # shellcheck disable=SC2164
- cd /opt/ltp
# shellcheck disable=SC2140
wget https://github.com/linux-test-project/ltp/releases/download/"${LTP_VERSION}"/ltp-full-"${LTP_VERSION}".tar.xz
tar --strip-components=1 -Jxf ltp-full-"${LTP_VERSION}".tar.xz