summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 21:05:40 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 21:05:40 +0530
commitceffe38f14690e8475f4bcb3ac321a3c22bc3136 (patch)
tree89cd17ee2119fb26b8829869ccf48d6d0dc6415b
parentb94ad1c49d15063a28fc951594c67898097d5c53 (diff)
LTP: open posix replace wget by curl
Change-Id: I7bdf08e9495ef43813e4fcb74b54d30b76b20624 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..07d6663 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
+ curl -O 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