mirror of
https://github.com/mudler/luet.git
synced 2025-08-12 04:32:11 +00:00
Adapt integration test which requires full uninstall
This commit is contained in:
parent
a1d8ef1422
commit
584b980644
@ -70,7 +70,7 @@ testInstall() {
|
|||||||
|
|
||||||
|
|
||||||
testUnInstall() {
|
testUnInstall() {
|
||||||
luet uninstall --config $tmpdir/luet.yaml test/b
|
luet uninstall --full --config $tmpdir/luet.yaml test/b
|
||||||
installst=$?
|
installst=$?
|
||||||
assertEquals 'uninstall test successfully' "$installst" "0"
|
assertEquals 'uninstall test successfully' "$installst" "0"
|
||||||
assertTrue 'package uninstalled' "[ ! -e '$tmpdir/testrootfs/b' ]"
|
assertTrue 'package uninstalled' "[ ! -e '$tmpdir/testrootfs/b' ]"
|
||||||
|
Loading…
Reference in New Issue
Block a user