mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
protondrive: add protondrive backend - fixes #6072
This commit is contained in:
@@ -281,8 +281,8 @@ func CheckListingWithRoot(t *testing.T, f fs.Fs, dir string, items []Item, expec
|
||||
if err != nil && err != fs.ErrorDirNotFound {
|
||||
t.Fatalf("Error listing: %v", err)
|
||||
}
|
||||
|
||||
gotListing = makeListingFromObjects(objs)
|
||||
|
||||
listingOK = wantListing == gotListing
|
||||
if listingOK && (expectedDirs == nil || len(dirs) == len(expectedDirs)) {
|
||||
// Put an extra sleep in if we did any retries just to make sure it really
|
||||
|
||||
Reference in New Issue
Block a user