Adapt integration test which requires full uninstall

This commit is contained in:
Ettore Di Giacinto 2020-05-03 13:12:14 +02:00
parent a1d8ef1422
commit 584b980644
No known key found for this signature in database
GPG Key ID: 1ADA699B145A2D1C

View File

@ -70,7 +70,7 @@ testInstall() {
testUnInstall() {
luet uninstall --config $tmpdir/luet.yaml test/b
luet uninstall --full --config $tmpdir/luet.yaml test/b
installst=$?
assertEquals 'uninstall test successfully' "$installst" "0"
assertTrue 'package uninstalled' "[ ! -e '$tmpdir/testrootfs/b' ]"