remove mod=vendor in statemgr test

pull/26358/head
James Bardin 6 years ago
parent 2e5366ac69
commit 53a8e321eb

@ -57,7 +57,7 @@ func TestFilesystemLocks(t *testing.T) {
t.Fatal(err)
}
out, err := exec.Command("go", "run", "-mod=vendor", "testdata/lockstate.go", s.path).CombinedOutput()
out, err := exec.Command("go", "run", "testdata/lockstate.go", s.path).CombinedOutput()
if err != nil {
t.Fatal("unexpected lock failure", err, string(out))
}

Loading…
Cancel
Save