()
| 29 | ) |
| 30 | |
| 31 | func newTestLogger() *text.Logger { |
| 32 | return text.NewLogger(io.Discard, io.Discard, strings.NewReader(""), true, "test") |
| 33 | } |
| 34 | |
| 35 | func TestIntegrationLocalInstall(t *testing.T) { |
| 36 | makepkgBin := t.TempDir() + "/makepkg" |
no test coverage detected