Merge pull request #18306 from runcom/add-test-suffix

integration-cli: add _test suffix to test file
This commit is contained in:
Vincent Demeester 2015-11-30 17:02:15 +01:00
commit 7bef428110

View file

@ -123,5 +123,4 @@ func (s *DockerRegistrySuite) TestV1(c *check.C) {
s.d.Cmd("pull", repoName)
c.Assert(v1Repo, check.Equals, 3, check.Commentf("Expected v1 repository access after pull"))
}