vagrant/test/unit/plugins/synced_folders/rsync
Brian Cain cb0bd89ae1
Fixes #10289: Create proper tmp dir for ControlPath
Prior to this commit, when creating the ControlPath tmp dir for
socket path, Vagrant would simply rely on `rand(1000)` for making unique
dirs for rsyncing files which could result in collisions. This commit
updates that be properly using `Dir.mktmpdir` with a `vagrant-rsync-`
prefix.
2018-10-11 09:51:03 -07:00
..
command Update URLs for the repo 2018-03-07 17:10:30 -05:00
helper_test.rb Fixes #10289: Create proper tmp dir for ControlPath 2018-10-11 09:51:03 -07:00
synced_folder_test.rb Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00