mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-28 01:28:15 -05:00
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:
committed by
Atomic Bot
parent
131ba30ea9
commit
9c9efe19e0
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user