1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-28 20:56:03 +00:00

test: Avoid file with ':' in the name

Unfortunately, `go get` rejects repos that have files with ':':
https://github.com/golang/go/issues/28001.

We have one such file in the tests.

This prevents some of the Go tooling from working on the latest release,
including pkg.go.dev.

So, as a workaround we use a compatible file name in the repository, and
rename it when running the test. This is very hacky, but it's okay for a
single test.
This commit is contained in:
Alberto Bertogli
2024-04-27 16:40:37 +01:00
parent 7dbde5a694
commit 0414af09b4
2 changed files with 6 additions and 0 deletions