Don't hard-code the path to toml-compare

Related: rhbz#1698366
This commit is contained in:
Alexander Todorov 2019-07-05 19:28:36 +03:00 committed by Alexander Todorov
parent 29531d373e
commit 3d27053605

View File

@ -48,7 +48,7 @@ __EOF__
rlPhaseStartTest "blueprints show"
$CLI blueprints show beakerlib > shown-beakerlib.toml
rlRun -t -c "./tests/cli/lib/toml-compare beakerlib.toml shown-beakerlib.toml"
rlRun -t -c "$(dirname $0)/lib/toml-compare beakerlib.toml shown-beakerlib.toml"
rlPhaseEnd
rlPhaseStartTest "SemVer .patch version is incremented automatically"