diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-16 18:06:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 18:06:29 +0000 |
commit | 5cba4dc2e490b5c652ba0821067b63d7b2e4cf8f (patch) | |
tree | 5f39931a2eb7821f992ae849a7ab5f57607a2784 /test/system | |
parent | 8765adb756c570a13f06b9c60596d34567d6568b (diff) | |
parent | 09c462d735082efa0489b66c66f0590460f4f00c (diff) | |
download | podman-5cba4dc2e490b5c652ba0821067b63d7b2e4cf8f.tar.gz podman-5cba4dc2e490b5c652ba0821067b63d7b2e4cf8f.tar.bz2 podman-5cba4dc2e490b5c652ba0821067b63d7b2e4cf8f.zip |
Merge pull request #14619 from Luap99/help
fix "podman -h" help output
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/015-help.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/015-help.bats b/test/system/015-help.bats index 1356c99a0..dd5a7ed44 100644 --- a/test/system/015-help.bats +++ b/test/system/015-help.bats @@ -199,7 +199,7 @@ function check_help() { check_help # Test for regression of #7273 (spurious "--remote" help on output) - for helpopt in help --help; do + for helpopt in help --help -h; do run_podman $helpopt is "${lines[0]}" "Manage pods, containers and images" \ "podman $helpopt: first line of output" |