vagrant/test
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
..
acceptance Add box from local path and use generic name 2017-03-09 12:44:10 -08:00
config Add `rake acceptance:boxes` to download required boxes for tests 2011-11-13 13:37:30 -08:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
unit Fixes #10289: Create proper tmp dir for ControlPath 2018-10-11 09:51:03 -07:00
vagrant-spec Fix typo in spec runner script 2018-09-11 15:07:21 -07:00