Dummy communicator runs :test correctly
This commit is contained in:
parent
a0fee69d04
commit
edb4efa10a
|
@ -73,6 +73,10 @@ module VagrantTests
|
|||
def sudo(command, opts=nil, &block)
|
||||
execute(command, opts, &block)
|
||||
end
|
||||
|
||||
def test(command, opts=nil)
|
||||
execute(command, opts) == 0
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue