Run codespell on code

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-11-28 12:01:03 -05:00
parent 935c8eb5ca
commit f17479c711
6 changed files with 8 additions and 8 deletions

View File

@@ -233,7 +233,7 @@ See 'podman version --help'" "podman version --remote"
}
# Tests --noout for commands that do not enter the engine
@test "podman --noout properly supresses output" {
@test "podman --noout properly suppresses output" {
run_podman --noout system connection ls
is "$output" "" "output should be empty"
}