mirror of
https://github.com/mudler/luet.git
synced 2025-09-18 08:12:19 +00:00
Test uninstall without explicit version
By dropping the selector in the simple integration test
This commit is contained in:
@@ -71,7 +71,7 @@ testReInstall() {
|
||||
}
|
||||
|
||||
testUnInstall() {
|
||||
luet uninstall --config $tmpdir/luet.yaml test/c-1.0
|
||||
luet uninstall --config $tmpdir/luet.yaml test/c
|
||||
installst=$?
|
||||
assertEquals 'uninstall test successfully' "$installst" "0"
|
||||
assertTrue 'package uninstalled' "[ ! -e '$tmpdir/testrootfs/c' ]"
|
||||
|
Reference in New Issue
Block a user