mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
* 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user