From 9adbaff0fc183250febe8178ba165ed9ac1cc55d Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Fri, 20 Apr 2018 21:39:04 +0530 Subject: Revert "LTP: fix up 9" This reverts commit 244df7f5ca94bb841bb3cfa799b13276455444a4. --- automated/linux/ltp-open-posix/ltp-open-posix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/linux/ltp-open-posix/ltp-open-posix.sh b/automated/linux/ltp-open-posix/ltp-open-posix.sh index d24bb09..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 - curl -O https://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 -- cgit v1.2.3