summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 21:39:15 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-04-20 21:39:15 +0530
commitef8274b9a1b392b5ee74c984c7248b8927d9b4ef (patch)
treea8ea37b08316be99519e25f6ba45b0d0ec1a6427
parent9adbaff0fc183250febe8178ba165ed9ac1cc55d (diff)
Revert "LTP: open posix replace wget by curl"
This reverts commit ceffe38f14690e8475f4bcb3ac321a3c22bc3136.
-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 07d6663..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
- curl -O http://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