| Index: go/src/infra/tools/cipd/local/files_test.go
|
| diff --git a/go/src/infra/tools/cipd/local/files_test.go b/go/src/infra/tools/cipd/local/files_test.go
|
| index 9eba367ab641cc601c5cae98f7f9e8d36f312215..9f197bbad67012ef50d00aa328d1b3191cf632e2 100644
|
| --- a/go/src/infra/tools/cipd/local/files_test.go
|
| +++ b/go/src/infra/tools/cipd/local/files_test.go
|
| @@ -263,7 +263,7 @@ func TestFileSystemDestination(t *testing.T) {
|
| tempDir, err := ioutil.TempDir("", "cipd_test")
|
| destDir := filepath.Join(tempDir, "dest")
|
| So(err, ShouldBeNil)
|
| - dest := NewFileSystemDestination(destDir)
|
| + dest := NewFileSystemDestination(destDir, nil)
|
| Reset(func() { os.RemoveAll(tempDir) })
|
|
|
| writeFileToDest := func(name string, executable bool, data string) {
|
|
|