fstests: add a test for finding a directory in a case insensitive way #4830
This commit is contained in:
parent
e776a1b122
commit
c8ab4f1d02
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue