lib/fs: Cache all real-case results (fixes #7270) (#7286)

This commit is contained in:
Simon Frei
2021-01-27 19:25:34 +01:00
committed by GitHub
parent ef0473c091
commit e19d6e993d
5 changed files with 139 additions and 65 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ func TestFolderCheckPath(t *testing.T) {
}
if err := cfg.CheckPath(); testcase.err != err {
t.Errorf("unexpected error in case %s: %s != %s", testcase.path, err, testcase.err)
t.Errorf("unexpected error in case %s: %s != %v", testcase.path, err, testcase.err)
}
}
}