serve restic: fix tests after restic project removed vendoring
This commit is contained in:
parent
1d3987bbbd
commit
36717c7d98
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ func TestRestic(t *testing.T) {
|
|||
cmd := exec.Command("go", args...)
|
||||
cmd.Env = append(os.Environ(),
|
||||
"RESTIC_TEST_REST_REPOSITORY=rest:"+w.Server.URL()+path,
|
||||
"GO111MODULE=on",
|
||||
)
|
||||
out, err := cmd.CombinedOutput()
|
||||
if len(out) != 0 {
|
||||
|
|
Loading…
Reference in a new issue