communicators/winrm: fix tests

This commit is contained in:
Mitchell Hashimoto 2014-05-07 10:09:14 -07:00
parent 882c9ad7f6
commit b47df84887
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ module VagrantPlugins
if opts[:shell] == :wql
return output
elsif opts[:error_check] && \
!opts[:good_exit].include(output[:exitcode])
!opts[:good_exit].include?(output[:exitcode])
raise_execution_error(output, opts)
end
output[:exitcode]