mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
Merge pull request #15341 from rhatdan/kube
Fix podman kube generate --help to show correct help message
This commit is contained in:
15
test/system/710-kube.bats
Normal file
15
test/system/710-kube.bats
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bats -*- bats -*-
|
||||
#
|
||||
# Test podman kube generate
|
||||
#
|
||||
|
||||
load helpers
|
||||
|
||||
@test "podman kube generate - basic" {
|
||||
run_podman kube generate --help
|
||||
is "$output" ".*podman.* kube generate \[options\] {CONTAINER...|POD...|VOLUME...}"
|
||||
run_podman generate kube --help
|
||||
is "$output" ".*podman.* generate kube \[options\] {CONTAINER...|POD...|VOLUME...}"
|
||||
}
|
||||
|
||||
# vim: filetype=sh
|
||||
Reference in New Issue
Block a user