Files
libnetwork/sandbox/test_freebsd.go
2015-09-02 10:43:45 -07:00

9 lines
193 B
Go

package sandbox
import "testing"
// SetupTestOSContext sets up a separate test OS context in which tests will be executed.
func SetupTestOSContext(t *testing.T) func() {
return func() {}
}