mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
sync: fix erroneous test in TestSyncOverlapWithFilter
In this commit:
432d5d1e20
operations: fix overlapping check on case insensitive file systems
We introduced a test that makes no sense. This happens to pass without --fast-list and fail with it.
This removes the test.
This commit is contained in:
parent
40b8167ab4
commit
34195fd3e8
@ -1471,7 +1471,8 @@ func TestSyncOverlapWithFilter(t *testing.T) {
|
||||
|
||||
checkNoErr(Sync(filterCtx, FremoteSync3, r.Fremote, false))
|
||||
checkErr(Sync(ctx, FremoteSync3, r.Fremote, false))
|
||||
checkNoErr(Sync(filterCtx, r.Fremote, FremoteSync3, false))
|
||||
// Destination is excluded so this test makes no sense
|
||||
// checkNoErr(Sync(filterCtx, r.Fremote, FremoteSync3, false))
|
||||
checkErr(Sync(ctx, r.Fremote, FremoteSync3, false))
|
||||
checkErr(Sync(filterCtx, FremoteSync3, FremoteSync3, false))
|
||||
checkErr(Sync(ctx, FremoteSync3, FremoteSync3, false))
|
||||
|
Loading…
Reference in New Issue
Block a user