tests: Properly pass -y to install

This bug was unearthed when we suddenly started to fail when you
answered no to the prompt.

Closes: #2858
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson 2019-04-25 11:19:49 +02:00 committed by Atomic Bot
parent 131ba30ea9
commit 9c9efe19e0

View File

@ -211,7 +211,7 @@ UPDATE_REPO_ARGS=--title=new-title update_repo
assert_file_has_content repos/test/config new-title
# This should make us automatically pick up the new metadata
${FLATPAK} ${U} install test-repo org.test.Platform
${FLATPAK} ${U} install -y test-repo org.test.Platform
${FLATPAK} ${U} remotes -d | grep ^test-repo > repo-info
assert_file_has_content repo-info "new-title"