vagrant/test/unit/plugins
Erik Lattimore 28a92850ab Allow synced folders to contain spaces in the guest path
It should be valid to allow paths with spaces for the synced folder
guest path but since the guest path is used to generate the ID (if one
isn't provided), this will err out in VirtualBox because it doesn't
allow spaces for the --name argument. We should simply convert ' ' to
'_' as we do with other special characters.
2017-09-29 17:24:12 -04:00
..
commands command/login: Support 2FA login on Vagrant Cloud 2017-08-30 10:39:58 -04:00
communicators (#8933) Align file provisioner functionality on all platforms 2017-08-31 15:57:53 -07:00
guests Merge pull request #8746 from mastersin/alt 2017-09-06 17:49:38 -07:00
hosts Update linux host NFS capability 2017-09-06 09:54:06 -07:00
kernel_v2/config Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
providers Allow synced folders to contain spaces in the guest path 2017-09-29 17:24:12 -04:00
provisioners Merge pull request #8913 from mitchellh/gildegoma/6570-ansible-compatibility-mode 2017-09-06 13:18:08 -07:00
pushes Update rspec to recent version and fix deprecations 2017-08-03 17:54:07 -07:00
synced_folders Fix rsync test for updated rspec 2017-08-21 14:08:59 -07:00