test/unit/plugins/guests/windows/cap/rsync_test.rb in vagrant-unbundled-1.9.5.1 vs test/unit/plugins/guests/windows/cap/rsync_test.rb in vagrant-unbundled-1.9.7.1
- old
+ new
@@ -17,10 +17,10 @@
communicator.verify_expectations!
end
describe ".rsync_pre" do
it 'makes the guestpath directory with mkdir' do
- communicator.expect_command("mkdir '/sync_dir'")
+ communicator.expect_command("mkdir -p '/sync_dir'")
described_class.rsync_pre(machine, guestpath: '/sync_dir')
end
end
end