Fix failing test

This commit is contained in:
Seth Vargo 2016-07-18 22:38:27 -04:00
parent dc789facfa
commit 36838d36b7
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 1 additions and 1 deletions

View File

@ -97,8 +97,8 @@ module Vagrant
f.binmode f.binmode
f.write(JSON.dump(@data)) f.write(JSON.dump(@data))
f.fsync f.fsync
f.close
f.chmod(0644) f.chmod(0644)
f.close
FileUtils.mv(f.path, @path) FileUtils.mv(f.path, @path)
end end
end end