diff options
author | Markus Thömmes <markusthoemmes@me.com> | 2021-10-14 13:42:04 +0200 |
---|---|---|
committer | Markus Thömmes <markusthoemmes@me.com> | 2021-10-14 13:54:52 +0200 |
commit | 184de3955ca8cb57e091a1b6006514aade885a59 (patch) | |
tree | dbab403eb29a0c74d11ec672b6163a1dc05d6d84 /test/system/001-basic.bats | |
parent | cc875fd26848e74e4a70e9929c0e7e855a758970 (diff) | |
download | podman-184de3955ca8cb57e091a1b6006514aade885a59.tar.gz podman-184de3955ca8cb57e091a1b6006514aade885a59.tar.bz2 podman-184de3955ca8cb57e091a1b6006514aade885a59.zip |
Adjust tests to verify all subcommands show the help message
Signed-off-by: Markus Thömmes <markusthoemmes@me.com>
Diffstat (limited to 'test/system/001-basic.bats')
-rw-r--r-- | test/system/001-basic.bats | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats index 2e5ebe4a3..2a6f4bea0 100644 --- a/test/system/001-basic.bats +++ b/test/system/001-basic.bats @@ -100,10 +100,8 @@ function setup() { skip "only applicable on a local run since this requires no endpoint" fi - run_podman 125 --remote - is "$output" "Error: missing command 'podman COMMAND' -Try 'podman --help' for more information." \ - "podman --remote show usage message without running endpoint" + run_podman --remote + is "$output" ".*Usage:" "podman --remote show usage message without running endpoint" } # This is for development only; it's intended to make sure our timeout |