pacman: fix upgrade: yes (#4275) (#4277)

* s/sys-upgrade/sysupgrade/

* changelog fragment

* yamllint

* more fragment tweaks

(cherry picked from commit b9f62bb4ef)

Co-authored-by: Jean Raby <jean@raby.sh>
This commit is contained in:
patchback[bot] 2022-02-23 18:01:06 +01:00 committed by GitHub
commit 8e9a348e92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -365,7 +365,7 @@ class TestPacman:
# for real
False,
{
"args": ["pacman", "--sync", "--sys-upgrade", "--quiet", "--noconfirm"],
"args": ["pacman", "--sync", "--sysupgrade", "--quiet", "--noconfirm"],
"return_value": [0, "stdout", "stderr"],
},
None,
@ -377,7 +377,7 @@ class TestPacman:
"args": [
"pacman",
"--sync",
"--sys-upgrade",
"--sysupgrade",
"--quiet",
"--noconfirm",
"--some",