aboutsummaryrefslogtreecommitdiff
path: root/test/system/001-basic.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-21 15:11:37 -0500
committerGitHub <noreply@github.com>2022-02-21 15:11:37 -0500
commitc9359e1494ef78ede53086cdf762da7f197bb421 (patch)
treea6e81c28b6fa9750a78dcef7e7de6a1c26f3127a /test/system/001-basic.bats
parent4ad98b9fd3519ef901430c35d74b1dc7e65f9d84 (diff)
parent44d037898ebc328432823d51ca2da298902a46e9 (diff)
downloadpodman-c9359e1494ef78ede53086cdf762da7f197bb421.tar.gz
podman-c9359e1494ef78ede53086cdf762da7f197bb421.tar.bz2
podman-c9359e1494ef78ede53086cdf762da7f197bb421.zip
Merge pull request #13306 from Luap99/flag-error
provide better error on invalid flag
Diffstat (limited to 'test/system/001-basic.bats')
-rw-r--r--test/system/001-basic.bats3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats
index e36142188..748377e4b 100644
--- a/test/system/001-basic.bats
+++ b/test/system/001-basic.bats
@@ -105,7 +105,8 @@ function setup() {
# ...but no matter what, --remote is never allowed after subcommand
PODMAN="${podman_non_remote} ${podman_args[@]}" run_podman 125 version --remote
- is "$output" "Error: unknown flag: --remote" "podman version --remote"
+ is "$output" "Error: unknown flag: --remote
+See 'podman version --help'" "podman version --remote"
}
@test "podman-remote: defaults" {