diff --git a/tests/run.sh b/tests/run.sh index 9c59ba8..68d51f1 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -3,7 +3,8 @@ IMAGE=$1 if [ ! -f container-structure-test ]; then - curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test + curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64 + mv container-structure-test-linux-amd64 container-structure-test chmod +x container-structure-test fi