diff options
Diffstat (limited to 'src/pkg/exec/exec_test.go')
| -rw-r--r-- | src/pkg/exec/exec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/exec/exec_test.go b/src/pkg/exec/exec_test.go index 6d5e8933ff..8f63653c01 100644 --- a/src/pkg/exec/exec_test.go +++ b/src/pkg/exec/exec_test.go @@ -10,11 +10,11 @@ import ( "fmt" "io" "io/ioutil" - "testing" "os" "runtime" "strconv" "strings" + "testing" ) func helperCommand(s ...string) *Cmd { |
