mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
intgration-cli: fix formatting
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@@ -229,13 +229,7 @@ func (s *DockerSuite) TestLinksEtcHostsRegularFile(c *testing.T) {
|
||||
testRequires(c, DaemonIsLinux, NotUserNamespace)
|
||||
out, _ := dockerCmd(c, "run", "--net=host", "busybox", "ls", "-la", "/etc/hosts")
|
||||
// /etc/hosts should be a regular file
|
||||
assert.Assert(c, cmp.Regexp("^"+
|
||||
|
||||
"^-.+\n"+
|
||||
"$",
|
||||
|
||||
out))
|
||||
|
||||
assert.Assert(c, cmp.Regexp("^-.+\n$", out))
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestLinksMultipleWithSameName(c *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user