зеркало из https://github.com/golang/dep.git
gps: See if ioutil.WriteFile() makes windows happy
This commit is contained in:
Родитель
ea9a941c0f
Коммит
123ba6be14
|
@ -697,11 +697,10 @@ func TestGitSourceAdaptiveCleanup(t *testing.T) {
|
|||
|
||||
// Create a file that git will see as untracked.
|
||||
untrackedPath := filepath.Join(repodir, "untrackedfile")
|
||||
f, err := os.Create(untrackedPath)
|
||||
err = ioutil.WriteFile(untrackedPath, []byte("foo"), 0644)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
f.Close()
|
||||
|
||||
mkSM()
|
||||
err = sm.SyncSourceFor(id)
|
||||
|
|
Загрузка…
Ссылка в новой задаче