HasExec reports whether the current system can start new processes using
os.StartProcess or (more commonly) exec.Command.
Func MustHaveExec
func MustHaveExec(t testing.TB)
MustHaveExec checks that the current system can start new processes using
os.StartProcess or (more commonly) exec.Command. If not, MustHaveExec calls
t.Skip with an explanation.
MustHaveExec checks that the current system can start new processes
using os.StartProcess or (more commonly) exec.Command.
If not, MustHaveExec calls t.Skip with an explanation.