mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13180 from unclejack/fix_test_name
integcli: change Dettach to Detach
This commit is contained in:
commit
8eac7d0779
1 changed files with 1 additions and 1 deletions
|
@ -1734,7 +1734,7 @@ func (s *DockerSuite) TestRunAttachStdOutAndErrTTYMode(c *check.C) {
|
||||||
|
|
||||||
// Test for #10388 - this will run the same test as TestRunAttachStdOutAndErrTTYMode
|
// Test for #10388 - this will run the same test as TestRunAttachStdOutAndErrTTYMode
|
||||||
// but using --attach instead of -a to make sure we read the flag correctly
|
// but using --attach instead of -a to make sure we read the flag correctly
|
||||||
func (s *DockerSuite) TestRunAttachWithDettach(c *check.C) {
|
func (s *DockerSuite) TestRunAttachWithDetach(c *check.C) {
|
||||||
cmd := exec.Command(dockerBinary, "run", "-d", "--attach", "stdout", "busybox", "true")
|
cmd := exec.Command(dockerBinary, "run", "-d", "--attach", "stdout", "busybox", "true")
|
||||||
_, stderr, _, err := runCommandWithStdoutStderr(cmd)
|
_, stderr, _, err := runCommandWithStdoutStderr(cmd)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
|
Loading…
Reference in a new issue