summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 20:38:17 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 20:38:17 +0530
commitb94ad1c49d15063a28fc951594c67898097d5c53 (patch)
treea8ea37b08316be99519e25f6ba45b0d0ec1a6427
parentd5b0d9ae165bbd92d371eb0374b9069191e890e7 (diff)
LTP: fix up 8
Change-Id: Ic013aba360788b1c826a880daf5de6696b45441b Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp-open-posix/ltp-open-posix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/ltp-open-posix/ltp-open-posix.sh b/automated/linux/ltp-open-posix/ltp-open-posix.sh
index aba3ef9..094ab91 100755
--- a/automated/linux/ltp-open-posix/ltp-open-posix.sh
+++ b/automated/linux/ltp-open-posix/ltp-open-posix.sh
@@ -48,7 +48,7 @@ done
# Install LTP test suite
install_ltp() {
# shellcheck disable=SC2140
- wget https://github.com/linux-test-project/ltp/releases/download/"${LTP_VERSION}"/ltp-full-"${LTP_VERSION}".tar.xz
+ wget http://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
cd testcases/open_posix_testsuite
make generate-makefiles