testing.common.tempDirErr (field)

5 uses

	testing (current package)
		testing.go#L418: 	tempDirErr error
		testing.go#L944: 		c.tempDir, c.tempDirErr = os.MkdirTemp("", pattern)
		testing.go#L945: 		if c.tempDirErr == nil {
		testing.go#L955: 	if c.tempDirErr != nil {
		testing.go#L956: 		c.Fatalf("TempDir: %v", c.tempDirErr)