From ebdd3f56ace73db349f4abc056962961c347ee5e Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 7 Feb 2025 14:54:53 +0100 Subject: [PATCH] Remove the outdated `rlAssertBinaryOrigin` and the depending `PACKAGES=..`. This logic was the best practice in the age of Red Hat Software Collections in RHEL 7. --- tls-minimal-version/runtest.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tls-minimal-version/runtest.sh b/tls-minimal-version/runtest.sh index c1dfa8b..a29412e 100755 --- a/tls-minimal-version/runtest.sh +++ b/tls-minimal-version/runtest.sh @@ -4,7 +4,6 @@ # Include Beaker environment . /usr/share/beakerlib/beakerlib.sh || exit 1 -PACKAGES=${PACKAGES:-ruby rubypick} RUBY=${RUBY:-ruby} _TEST_DIR="$(realpath "$(dirname "${0}")")" @@ -19,7 +18,6 @@ _TLS_13_SERVER_NAME="tls-13.${_SSL_DOMAIN}" rlJournalStart rlPhaseStartSetup - rlAssertBinaryOrigin "${RUBY}" rlAssertExists "${_CRYPTO_POLICIES_OPENSSLCNF}" || rlDie rlLog "Using crypto-policies opensslcnf.config from $(rpm -qf ${_CRYPTO_POLICIES_OPENSSLCNF})." rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"