(path string)
| 119 | } |
| 120 | |
| 121 | func (wb *Workbench) InTmpDataPath(path string) string { |
| 122 | return filepath.Join(wb.currentTestTmpDir, path) |
| 123 | } |
| 124 | |
| 125 | func (wb *Workbench) LaunchFakeShell() int { |
| 126 | cmd := exec.Command("sleep", "10") |
no outgoing calls