# README
Package cloudeng.io/os/lockedfile/internal/testenv
import cloudeng.io/os/lockedfile/internal/testenv
Functions
Func HasExec
func HasExec() bool
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.
# Functions
HasExec reports whether the current system can start new processes using os.StartProcess or (more commonly) exec.Command.
MustHaveExec checks that the current system can start new processes using os.StartProcess or (more commonly) exec.Command.