mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00: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:
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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user