mirror of
https://github.com/rclone/rclone.git
synced 2025-07-19 21:36:34 +02:00
Extend the shouldRetry function by also checking for the quotaExceeded reason, and since this function appeared to be untested, add a test case for the existing errors and this new one. Fixes #615