mirror of
https://github.com/rclone/rclone
synced 2024-11-28 06:41:41 +01:00
mounttest: fix occasionally failing test TestRenameOpenHandle
This commit is contained in:
parent
21c6babdbb
commit
e0d9314059
@ -50,6 +50,8 @@ func TestRenameOpenHandle(t *testing.T) {
|
||||
err = file.Close()
|
||||
require.NoError(t, err)
|
||||
|
||||
run.waitForWriters()
|
||||
|
||||
// verify file was renamed properly
|
||||
run.checkDir(t, "renamebla 9")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user