1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

fix: fixed tests and bump nfpm again

This commit is contained in:
Carlos Alexandro Becker 2018-03-27 21:05:19 -03:00 committed by Carlos Alexandro Becker
parent ec5771b805
commit 3a6cbd1b7e
2 changed files with 5 additions and 5 deletions

8
Gopkg.lock generated
View File

@ -97,8 +97,8 @@
"glob",
"rpm"
]
revision = "368ee0bd578c9ebf4fae1641104be7bd1d7c2967"
version = "v0.6.0"
revision = "7f4d7686a070c1288f5136fa67619c6cac8dd530"
version = "v0.6.1"
[[projects]]
name = "github.com/masterminds/semver"
@ -199,10 +199,10 @@
version = "v1.0.0"
[[projects]]
branch = "v2"
name = "gopkg.in/yaml.v2"
packages = ["."]
revision = "7f97868eec74b32b0982dd158a51a446d1da7eb5"
version = "v2.1.1"
revision = "4fc5987536ef307a24ca299aee7ae301cde3d221"
[solve-meta]
analyzer-name = "dep"

View File

@ -144,7 +144,7 @@ func TestCreateFileDoesntExist(t *testing.T) {
Goarch: "amd64",
Type: artifact.Binary,
})
assert.Contains(t, Pipe{}.Run(ctx).Error(), `dist/mybin/mybin: no such file or directory`)
assert.Contains(t, Pipe{}.Run(ctx).Error(), `dist/mybin/mybin: file does not exist`)
}
func TestDefault(t *testing.T) {