aboutsummaryrefslogtreecommitdiff
path: root/test/system/001-basic.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-08 18:23:17 +0100
committerGitHub <noreply@github.com>2021-11-08 18:23:17 +0100
commitabfec8144a57265e644dbfec93f5b6201b7da945 (patch)
treeeb4eab305260adce08c6071e03a1fb858b385b14 /test/system/001-basic.bats
parent22ef488d246effddbb3f390dd3fd048dc0f5fe82 (diff)
parent756dda298c76b54a4401b7497bbff297dcf4014f (diff)
downloadpodman-abfec8144a57265e644dbfec93f5b6201b7da945.tar.gz
podman-abfec8144a57265e644dbfec93f5b6201b7da945.tar.bz2
podman-abfec8144a57265e644dbfec93f5b6201b7da945.zip
Merge pull request #11953 from markusthoemmes/help-default
Display help text on empty subcommand by default
Diffstat (limited to 'test/system/001-basic.bats')
-rw-r--r--test/system/001-basic.bats4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats
index 78b8ecdfd..03f07d602 100644
--- a/test/system/001-basic.bats
+++ b/test/system/001-basic.bats
@@ -120,9 +120,7 @@ function setup() {
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"
+ is "$output" ".*Usage:" "podman --remote show usage message without running endpoint"
}
# This is for development only; it's intended to make sure our timeout