Test uninstall without explicit version

By dropping the selector in the simple integration test
This commit is contained in:
Ettore Di Giacinto
2020-02-13 14:17:54 +01:00
parent f329e1d5e0
commit fffed79767

View File

@@ -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' ]"