diff options
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 |