package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# README

Package cloudeng.io/os/lockedfile/internal/testenv

CircleCI Go Report Card

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.