This PR fixes an issue when driver tries to execute prlctl commands even if Parallels Desktop is not installed at all. There was a bug (or typo? :) ) in exec.ErrNotFound comparison.
I've also refactored some code: fixed style offenses and removed duplications from prlctl.go
This PR fixes an issue when driver tries to execute
prlctl
commands even if Parallels Desktop is not installed at all. There was a bug (or typo? :) ) inexec.ErrNotFound
comparison.I've also refactored some code: fixed style offenses and removed duplications from
prlctl.go
cc: @racktear