integration-cli: add _test suffix to test file

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: 1f0f41e8d7511999faad79866e2799f78956bb37
Component: engine
This commit is contained in:
Antonio Murdaca
2015-11-30 11:33:57 +01:00
parent da19b040bf
commit 14bb39d0a2

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"))
}