mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 13:52:53 -04:00
Tests: Fix test due to change in uninstall behaviour
Removing multiple refs where one is missing is now a warning, not a failure, so change the test to just try to remove one ref.
This commit is contained in:
committed by
Alexander Larsson
parent
814c771bdc
commit
1c04fc3bed
@@ -460,7 +460,7 @@ assert_file_has_content list-log "org\.test\.Platform"
|
||||
|
||||
ok "flatpak list --arch --columns works"
|
||||
|
||||
if ${FLATPAK} ${INVERT_U} uninstall -y org.test.Platform org.test.Hello; then
|
||||
if ${FLATPAK} ${INVERT_U} uninstall -y org.test.Hello; then
|
||||
assert_not_reached "Should not be able to uninstall ${INVERT_U} when installed ${U}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user