mirror of
https://github.com/restic/restic.git
synced 2025-10-09 14:41:48 +00:00
rclone: Respect bandwith limits
This commit is contained in:
@@ -39,7 +39,7 @@ func newTestSuite(t testing.TB) *test.Suite {
|
||||
Open: func(config interface{}) (restic.Backend, error) {
|
||||
t.Logf("Open()")
|
||||
cfg := config.(rclone.Config)
|
||||
return rclone.Open(cfg)
|
||||
return rclone.Open(cfg, nil)
|
||||
},
|
||||
|
||||
// CleanupFn removes data created during the tests.
|
||||
|
Reference in New Issue
Block a user