mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 14:17:58 +02:00
This will enable rclone to manage directories properly in the future.
This commit is contained in:
@ -120,7 +120,7 @@ func TestCopyAfterDelete(t *testing.T) {
|
||||
fstest.CheckItems(t, r.flocal)
|
||||
fstest.CheckItems(t, r.fremote, file1)
|
||||
|
||||
err := fs.Mkdir(r.flocal)
|
||||
err := fs.Mkdir(r.flocal, "")
|
||||
require.NoError(t, err)
|
||||
|
||||
err = fs.CopyDir(r.fremote, r.flocal)
|
||||
|
Reference in New Issue
Block a user