From 94a7f4a166c9af2f736d506db4bfbd7cb49cf504 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: May 22 2019 05:26:06 +0000 Subject: rpmdevtools is installed by basic role We don't need to try and install it in the test script. --- diff --git a/tests/Squashfs-compression-test.sh b/tests/Squashfs-compression-test.sh index 64322f9..cfd1912 100755 --- a/tests/Squashfs-compression-test.sh +++ b/tests/Squashfs-compression-test.sh @@ -1,7 +1,6 @@ #!/bin/bash # We need rpmdev-vercmp -dnf install -y rpmdevtools rpm -q rpmdevtools > /dev/null 2>&1 || (echo 'rpmdev-vercmp from rpmdevtools is needed to run this script, aborting (failed).'; exit 1) # Define block sizes