Fix typo from test backport

Related: rhbz#1698366
This commit is contained in:
Alexander Todorov 2019-07-05 16:52:46 +03:00 committed by Alexander Todorov
parent b0b603dc2e
commit 9bce583fc2

View File

@ -10,7 +10,7 @@
set -e
. /usr/share/beakerlib/beakerlib.sh
. $(dirname 0)/lib/lib.sh
. $(dirname $0)/lib/lib.sh
CLI="${CLI:-./src/bin/composer-cli}"