Fix a too old path to the test framework in a CI test

This commit is contained in:
Václav Kadlčík 2021-04-29 13:52:03 +02:00
parent 37d46f62b4
commit 4594b7d025

View File

@ -27,7 +27,7 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Include Beaker environment
. /usr/lib/beakerlib/beakerlib.sh
. /usr/share/beakerlib/beakerlib.sh || exit 1
PACKAGE="binutils"