summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2020-04-23 10:39:30 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2020-04-23 10:59:27 +0200
commit1c04fc3bed14bf20e82165bf2d55f95745e2367a (patch)
treef6f2768f4a84ba8c17d57dec501d6a0aacab5dc4
parent814c771bdc51fe5dfa8f187728777bbf1b57c9af (diff)
downloadflatpak-1c04fc3bed14bf20e82165bf2d55f95745e2367a.tar.gz
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.
-rw-r--r--tests/test-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-repo.sh b/tests/test-repo.sh
index bf5ef2e4..a367a1b1 100644
--- a/tests/test-repo.sh
+++ b/tests/test-repo.sh
@@ -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