| 32 | ShellName() string |
| 33 | } |
| 34 | type bashTester struct{} |
| 35 | |
| 36 | func (b bashTester) RunInteractiveShell(t testing.TB, script string) string { |
| 37 | out, err := b.RunInteractiveShellRelaxed(t, "set -emo pipefail\n"+script) |
nothing calls this directly
no outgoing calls
no test coverage detected