mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 23:41:37 +00:00
Adapt integration test which requires full uninstall
This commit is contained in:
parent
a1d8ef1422
commit
584b980644
@ -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' ]"
|
||||
|
Loading…
Reference in New Issue
Block a user