From b44ceb19ef62711faaed06bb298a9a269a19f9e0 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 17 Sep 2020 14:02:05 +0200 Subject: [PATCH] test/integration: remove unused variable Don't need ARCH. --- test/integration.sh | 1 - 1 file changed, 1 deletion(-) 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"