mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 01:46:31 +02:00
fstest: remove -subdir flag as it no longer tests anything useful #3421
This commit is contained in:
@@ -31,7 +31,7 @@ type StartFn func(f fs.Fs) (configmap.Simple, func())
|
||||
func run(t *testing.T, name string, start StartFn, useProxy bool) {
|
||||
fstest.Initialise()
|
||||
|
||||
fremote, _, clean, err := fstest.RandomRemote(*fstest.RemoteName, *fstest.SubDir)
|
||||
fremote, _, clean, err := fstest.RandomRemote()
|
||||
assert.NoError(t, err)
|
||||
defer clean()
|
||||
|
||||
|
Reference in New Issue
Block a user