Add osutil.Glob to deal with Windows (fixes #1690)
This commit is contained in:
@@ -49,7 +49,7 @@ func TestCLIReset(t *testing.T) {
|
||||
|
||||
// Clean up
|
||||
|
||||
dirs, err = filepath.Glob("*.syncthing-reset-*")
|
||||
dirs, err = osutil.Glob("*.syncthing-reset-*")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user