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.
This commit is contained in:
parent
77206c7b41
commit
ebdd3f56ac
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue