mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +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:
@@ -1471,7 +1471,8 @@ func TestSyncOverlapWithFilter(t *testing.T) {
|
|||||||
|
|
||||||
checkNoErr(Sync(filterCtx, FremoteSync3, r.Fremote, false))
|
checkNoErr(Sync(filterCtx, FremoteSync3, r.Fremote, false))
|
||||||
checkErr(Sync(ctx, 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(ctx, r.Fremote, FremoteSync3, false))
|
||||||
checkErr(Sync(filterCtx, FremoteSync3, FremoteSync3, false))
|
checkErr(Sync(filterCtx, FremoteSync3, FremoteSync3, false))
|
||||||
checkErr(Sync(ctx, FremoteSync3, FremoteSync3, false))
|
checkErr(Sync(ctx, FremoteSync3, FremoteSync3, false))
|
||||||
|
Reference in New Issue
Block a user