Test updates

This commit is contained in:
Bruno Sutic
2014-07-17 21:12:28 +02:00
parent 89ea56f553
commit 9ae07148b4
5 changed files with 18 additions and 15 deletions

2
test/Vagrantfile vendored
View File

@ -8,7 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
d.has_ssh = true
end
# tpm is synced with `/root/tmux_plugin_manager` in vagrant
# tpm is synced to `/root/tmux_plugin_manager` in vagrant
config.vm.synced_folder '../', '/root/tmux_plugin_manager'
config.ssh.username = 'root'