rhts-environment.sh contains unbound variables
This commit is contained in:
parent
aa86765884
commit
828b38bd12
@ -25,14 +25,14 @@
|
||||
#
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
set -uo pipefail
|
||||
|
||||
_TESTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
|
||||
|
||||
# Include Beaker environment
|
||||
. /usr/bin/rhts-environment.sh || exit 1
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
set -uo pipefail
|
||||
|
||||
# Include utils
|
||||
. ${_TESTDIR}/../../utils/utils.sh || {
|
||||
echo "${_TESTDIR}/../../utils/utils.sh cannot be included." >&2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user