Merge pull request #141 from mtrmac/fix-centos-build

Fix integration tests on CentOS
This commit is contained in:
Antonio Murdaca 2016-07-01 23:51:37 +02:00 committed by GitHub
commit 9adb76bf15

View File

@ -71,7 +71,7 @@ func (s *SkopeoSuite) TearDownTest(c *check.C) {
//func skopeoCmd()
func (s *SkopeoSuite) TestVersion(c *check.C) {
wanted := fmt.Sprintf(".*%s version %s .*", skopeoBinary, version.Version)
wanted := fmt.Sprintf(".*%s version %s.*", skopeoBinary, version.Version)
assertSkopeoSucceeds(c, wanted, "--version")
}