(t testing.TB, script string)
| 27 | |
| 28 | type shellTester interface { |
| 29 | RunInteractiveShell(t testing.TB, script string) string |
| 30 | RunInteractiveShellRelaxed(t testing.TB, script string) (string, error) |
| 31 | RunInteractiveShellBackground(t testing.TB, script string) error |
| 32 | ShellName() string |
no outgoing calls