diff options
author | Ed Santiago <santiago@redhat.com> | 2019-02-27 14:08:58 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2019-02-27 14:08:58 -0700 |
commit | 5c08ff58d784bf04d60a102e83a6fb8f7a45567d (patch) | |
tree | b2d6994dddbfac2368f106748e2f02f385d8400e /test/e2e/exec_test.go | |
parent | f1f26f444228381224581609a327f13158740923 (diff) | |
download | podman-5c08ff58d784bf04d60a102e83a6fb8f7a45567d.tar.gz podman-5c08ff58d784bf04d60a102e83a6fb8f7a45567d.tar.bz2 podman-5c08ff58d784bf04d60a102e83a6fb8f7a45567d.zip |
podman create: disable interspersed opts
With the change to cobra, the following command fails:
# podman create alpine sh -c /bin/true
Error: unknown shorthand flag: 'c' in -c
(Correct behavior is to pass '-c' to the container command)
This PR corrects that.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/e2e/exec_test.go')
0 files changed, 0 insertions, 0 deletions