diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 331abdcca..f46183ac8 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -84,7 +84,7 @@ function install_qat() { sudo rm -rf "$GIT_REPOS/QAT" fi - sudo mkdir "$GIT_REPOS/QAT" + mkdir "$GIT_REPOS/QAT" tar -C "$GIT_REPOS/QAT" -xzof - < <(wget -O- "$DRIVER_LOCATION_QAT")