diff --git a/test/integration.sh b/test/integration.sh index ea39cc3..f9107b2 100755 --- a/test/integration.sh +++ b/test/integration.sh @@ -7,7 +7,6 @@ function greenprint { # Get OS data. source /etc/os-release -ARCH=$(uname -m) if [[ $ID == rhel ]] && ! rpm -q epel-release; then greenprint "📦 Setting up EPEL repository"