|
@@ -1537,7 +1537,7 @@ func (s *DockerSuite) TestUserDefinedNetworkConnectDisconnectAlias(c *testing.T)
|
|
|
assert.NilError(c, err)
|
|
|
|
|
|
// verify the alias option is rejected when running on predefined network
|
|
|
- out, _, err := dockerCmdWithError("run", "--rm", "--name=any", "--net-alias=any", "busybox:glibc", "top")
|
|
|
+ out, _, err := dockerCmdWithError("run", "--rm", "--name=any", "--net-alias=any", "busybox:glibc", "true")
|
|
|
assert.Assert(c, err != nil, "out: %s", out)
|
|
|
assert.Assert(c, strings.Contains(out, runconfig.ErrUnsupportedNetworkAndAlias.Error()))
|
|
|
// verify the alias option is rejected when connecting to predefined network
|