1
0
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:
Chun-Hung Tseng
2023-07-22 11:46:21 +02:00
committed by GitHub
parent 33fec9c835
commit 014acc902d
10 changed files with 1373 additions and 45 deletions

View File

@@ -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