summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 21:39:47 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 21:39:47 +0530
commit98e8096a9a93051d56f948760007b4896e13361d (patch)
treef25fef55a80ce2db5caafe2ad4fa139dc253cba7
parentef8274b9a1b392b5ee74c984c7248b8927d9b4ef (diff)
LTP: fix up 10HEADmaster
Change-Id: Ib94f04a70bc8172858076cc207453003533381bb 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 094ab91..aba3ef9 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 http://github.com/linux-test-project/ltp/releases/download/"${LTP_VERSION}"/ltp-full-"${LTP_VERSION}".tar.xz
+ 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
cd testcases/open_posix_testsuite
make generate-makefiles