1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-10 12:33:46 +00:00

fstest: remove -subdir flag as it no longer tests anything useful #3421

This commit is contained in:
Nick Craig-Wood
2019-08-08 19:58:02 +01:00
parent ba0e1ea6ae
commit af3c47d282
12 changed files with 34 additions and 101 deletions

View File

@@ -115,7 +115,7 @@ func newRun() *Run {
fstest.Initialise()
var err error
r.fremote, r.fremoteName, r.cleanRemote, err = fstest.RandomRemote(*fstest.RemoteName, *fstest.SubDir)
r.fremote, r.fremoteName, r.cleanRemote, err = fstest.RandomRemote()
if err != nil {
log.Fatalf("Failed to open remote %q: %v", *fstest.RemoteName, err)
}