mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 06:09:21 +01:00
fstests: add a test for finding a directory in a case insensitive way #4830
This commit is contained in:
parent
e776a1b122
commit
c8ab4f1d02
@ -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 New Issue
Block a user