Skip to content

Commit 0050cb5

Browse files
committed
RSync test checks /vagrant
1 parent 2ce4e15 commit 0050cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional-tests/rsync/rsync_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
it 'does rsync to the VM' do
33
expect(`vagrant up`).to include('Machine is booted and ready for use!')
44
expect($?.exitstatus).to eq(0)
5-
expect(`vagrant ssh -c "ls /etc; echo;"`).to include('Vagrantfile.advanced_networking')
5+
expect(`vagrant ssh -c "ls /vagrant; echo;"`).to include('Vagrantfile.advanced_networking')
66
expect(`vagrant destroy --force`).to include('Terminating the instance...')
77
expect($?.exitstatus).to eq(0)
88
end

0 commit comments

Comments
 (0)