(_ *testing.T)
| 92 | } |
| 93 | |
| 94 | func TestHomeDirHelper(_ *testing.T) { |
| 95 | if !testutil.WantHelperProcess() { |
| 96 | return |
| 97 | } |
| 98 | |
| 99 | fmt.Fprintln(os.Stdout, HomeDir()) |
| 100 | } |
| 101 | |
| 102 | func TestHomeDir(t *testing.T) { |
| 103 | tests := []struct { |
nothing calls this directly
no test coverage detected