diff --git a/internal/pipe/scoop/run-pipe.json b/internal/pipe/scoop/run-pipe.json deleted file mode 100644 index 9b171d5f3..000000000 --- a/internal/pipe/scoop/run-pipe.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": "1.0.1", - "architecture": { - "64bit": { - "url": "https://dummyhost/download/v1.0.1/foo_1.0.1_windows_amd64.tar.gz", - "bin": null, - "hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269" - } - }, - "homepage": "https://github.com/goreleaser", - "description": "A run pipe test formula" -} \ No newline at end of file diff --git a/internal/pipe/scoop/scoop_test.go b/internal/pipe/scoop/scoop_test.go index 2f77f7859..86196f814 100644 --- a/internal/pipe/scoop/scoop_test.go +++ b/internal/pipe/scoop/scoop_test.go @@ -740,6 +740,7 @@ func Test_doRun(t *testing.T) { } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { + testlib.Mktmp(t) ctx := tt.args.ctx for _, a := range tt.artifacts { a := a