test/integration: remove unused variable

Don't need ARCH.
This commit is contained in:
Christian Kellner 2020-09-17 14:02:05 +02:00 committed by Lars Karlitski
parent 2bdfcfe0ae
commit b44ceb19ef

View file

@ -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"