diff --git a/lib/fs/casefs_test.go b/lib/fs/casefs_test.go index b6c3431ea..ea6030a70 100644 --- a/lib/fs/casefs_test.go +++ b/lib/fs/casefs_test.go @@ -327,7 +327,7 @@ func doubleWalkFSWithOtherOps(fsys Filesystem, paths []string, otherOpEvery int, } func fakefsForBenchmark(nfiles int, latency time.Duration) (Filesystem, []string, error) { - fsys := NewFilesystem(FilesystemTypeFake, fmt.Sprintf("fakefsForBenchmark?files=%d&insens=true&latency=%s", nfiles, latency)) + fsys := NewFilesystem(FilesystemTypeFake, fmt.Sprintf("fakefsForBenchmark?files=%d&insens=true&latency=%s", nfiles, latency), &OptionDetectCaseConflicts{}) var paths []string if err := fsys.Walk("/", func(path string, info FileInfo, err error) error {