| 73 | } |
| 74 | |
| 75 | type zshTester struct{} |
| 76 | |
| 77 | func (z zshTester) RunInteractiveShell(t testing.TB, script string) string { |
| 78 | res, err := z.RunInteractiveShellRelaxed(t, "set -eo pipefail\n"+script) |
nothing calls this directly
no outgoing calls
no test coverage detected