﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
10138,Guest execution doesn't report proper exit status,mitchellh,,"Easy to reproduce:

{{{
foo$ VBoxManage guestcontrol foo execute --timeout 5000 --username vagrant --password vagrant --wait-exit --wait-stdout -- /bin/bash -c 'exit 2'
foo$ echo $?
16
}}}

The exit stats should have been 2, but guestcontrol reports 16.",defect,closed,guest control,VirtualBox 4.1.8,fixed,,,Linux,Mac OS X
