elvish/pkg/eval/testexport_test.go

10 lines
167 B
Go

package eval
// Pointers to functions that can be mutated for testing.
var (
GetHome = &getHome
Getwd = &getwd
OSExit = &osExit
TimeAfter = &timeAfter
)