Skip to content

Commit

Permalink
Merge pull request #1967 from collivier/chmod
Browse files Browse the repository at this point in the history
chmod a+x cnf-testsuite in curl_install.sh
  • Loading branch information
agentpoyo authored Apr 15, 2024
2 parents 4335565 + 6112238 commit 5a8da5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LATEST_RELEASE=$(get_latest_release cnti-testcatalog/testsuite)
mkdir -p ~/.cnf-testsuite
curl --silent -L https://github.com/cnti-testcatalog/testsuite/releases/download/$LATEST_RELEASE/cnf-testsuite-$LATEST_RELEASE.tar.gz -o ~/.cnf-testsuite/cnf-testsuite.tar.gz
tar -C ~/.cnf-testsuite -xf ~/.cnf-testsuite/cnf-testsuite.tar.gz
chmod a+x ~/.cnf-testsuite/cnf-testsuite
rm ~/.cnf-testsuite/cnf-testsuite.tar.gz

if [ -z ${SHELL_UNSUPPORTED+x} ]; then
Expand Down

0 comments on commit 5a8da5d

Please sign in to comment.