fstests: add a test for finding a directory in a case insensitive way #4830

This commit is contained in:
Nick Craig-Wood 2021-01-26 14:46:43 +00:00
parent e776a1b122
commit c8ab4f1d02
1 changed files with 2 additions and 0 deletions

View File

@ -1010,6 +1010,8 @@ func Run(t *testing.T, opt *Opt) {
}
obj := findObject(ctx, t, f, strings.ToUpper(file1.Path))
file1.Check(t, obj, f.Precision())
obj = findObject(ctx, t, f, strings.ToUpper(file2.Path))
file2.Check(t, obj, f.Precision())
})
// TestFsListFile1and2 tests two files present