Update unit test to match fix
This commit is contained in:
parent
630858b9a8
commit
7f675d723c
|
@ -19,7 +19,7 @@ describe "VagrantPlugins::GuestWindows::Cap::RSync" do
|
||||||
|
|
||||||
describe ".rsync_pre" do
|
describe ".rsync_pre" do
|
||||||
it 'makes the guestpath directory with mkdir' 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')
|
described_class.rsync_pre(machine, guestpath: '/sync_dir')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue