We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/vagrant
1 parent 2ce4e15 commit 0050cb5Copy full SHA for 0050cb5
functional-tests/rsync/rsync_spec.rb
@@ -2,7 +2,7 @@
2
it 'does rsync to the VM' do
3
expect(`vagrant up`).to include('Machine is booted and ready for use!')
4
expect($?.exitstatus).to eq(0)
5
- expect(`vagrant ssh -c "ls /etc; echo;"`).to include('Vagrantfile.advanced_networking')
+ expect(`vagrant ssh -c "ls /vagrant; echo;"`).to include('Vagrantfile.advanced_networking')
6
expect(`vagrant destroy --force`).to include('Terminating the instance...')
7
8
end
0 commit comments