rpmdevtools is installed by basic role

We don't need to try and install it in the test script.
This commit is contained in:
Bruno Wolff III 2019-05-22 00:26:06 -05:00
parent 9959118c08
commit 94a7f4a166

View File

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