remove mod=vendor in statemgr test
This commit is contained in:
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…
Reference in New Issue