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:
Alexander Larsson
2020-04-23 10:39:30 +02:00
committed by Alexander Larsson
parent 814c771bdc
commit 1c04fc3bed

View File

@@ -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