vfs: fix rename tests by waiting for writes to complete

Before this change the background writing of the file was racing with
the test of the object on the remote.

This meant that the tests passed locally but failed on a lot of the
remotes.
This commit is contained in:
Nick Craig-Wood
2020-08-19 17:04:17 +01:00
parent 6082096f7e
commit d2ad293fae
2 changed files with 3 additions and 4 deletions
-4
View File
@@ -16,10 +16,6 @@ vfs/vfscache/downloaders
cmd/cmount
"
testdirs="
cmd/cmount
"
for testdir in ${testdirs}; do
echo "Testing ${testdir}"
cd ${base}/${testdir}