mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
Merge pull request #16518 from ashley-cui/noout
Fix podman --noout to suppress all output
This commit is contained in:
@@ -232,4 +232,10 @@ See 'podman version --help'" "podman version --remote"
|
||||
is "$output" "Setting --log-level and --debug is not allowed"
|
||||
}
|
||||
|
||||
# Tests --noout for commands that do not enter the engine
|
||||
@test "podman --noout properly supresses output" {
|
||||
run_podman --noout system connection ls
|
||||
is "$output" "" "output should be empty"
|
||||
}
|
||||
|
||||
# vim: filetype=sh
|
||||
|
||||
Reference in New Issue
Block a user