mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Assure existence of a folder marker in the test
This commit is contained in:
parent
9d150bef9f
commit
f3fe6a6cbd
@ -474,6 +474,7 @@ func TestIgnores(t *testing.T) {
|
||||
}
|
||||
|
||||
// Assure a clean start state
|
||||
ioutil.WriteFile("testdata/.stfolder", nil, 0644)
|
||||
ioutil.WriteFile("testdata/.stignore", []byte(".*\nquux\n"), 0644)
|
||||
|
||||
db, _ := leveldb.Open(storage.NewMemStorage(), nil)
|
||||
|
Loading…
Reference in New Issue
Block a user