vagrant/test/unit
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
..
bin Add coverage on vagrantfile_name stubbing behavior 2018-07-18 10:50:41 -07:00
plugins Fixes #10289: Create proper tmp dir for ControlPath 2018-10-11 09:51:03 -07:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
templates Merge pull request #8735 from jhosteny/fix/debian_net_tools_deprecation_dhcp 2018-02-23 09:41:37 -08:00
vagrant Add test coverage of local rgloader creation 2018-10-10 10:30:30 -07:00
base.rb Enable documentation formatter on rspec 2017-10-05 10:17:30 -07:00
vagrant_test.rb add `Vagrant.version?` helper method 2018-09-07 11:37:30 +02:00